日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

socketException之broken pipe

發布時間:2023/12/18 46 豆豆
生活随笔 收集整理的這篇文章主要介紹了 socketException之broken pipe 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

周末在做數據庫遷移時,DBA在插數據到某個大表時,鎖表導致應用程序報“Broken pipe”的錯誤

?

I know that broken pipe error is thrown when the socket on the peer side is closed.

But, in my test I have noted that an immediate 'send' call on this side when the peer side is closed doesn't always lead to a broken pipe error.

After closing the socket on peer side (I have tried clean closing by calling close and also abnormal closing by killing the peer), if I try to send 40 bytes, then I don't get a broken pipe, but, if I try to send 40000 bytes then it immediately gives broken pipe error.

總體來說是因為對端socket已經關閉,導致broken pipe (斷開的管道(非正常關閉socket引發的錯誤))

以下三篇文章介紹的不錯

https://blog.csdn.net/wind19/article/details/8049108

https://stackoverflow.com/questions/4584904/what-causes-the-broken-pipe-error?

https://www.cnblogs.com/metoy/p/6565486.html?

總結

以上是生活随笔為你收集整理的socketException之broken pipe的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。