broken-pipe
Writing to a socket and handling broken pipes
I have some code in PHP that connects to a socket. I\'ve been getting a broken pipe intermittently while writing to it. The problems seems to go away if write to the pipe again. I\'m wondering what\'s[详细]
2023-03-30 21:25 分类:问答Python socket.send() can only send once, then socket.error: [Errno 32] Broken pipe occurred
I\'m a newbie in network programming, so please forgive me if this is a dumb question :) I created 1 client and 1 SocketServer.ThreadingMixIn server on Ubuntu 10.04.2 using Python2.7, but[详细]
2023-03-10 04:32 分类:问答encounter 'Broken pipe' error only while using step-by-step debug with GDB
There is unix-socket server written on PHP (but I don\'t think it has something to wit开发者_Python百科h it). Client side is written on c++ and based on boost::asio library. When I launch program norm[详细]
2023-03-09 16:55 分类:问答Python BaseHTTPServer, how do I catch/trap "broken pipe" errors?
I build a short url translator engine in Python, and I\'m seeing a TON of \"broken pipe\" errors, and I\'m curious how to trap it best when using the BaseHTTPServer classes. This isn\'t the entire cod[详细]
2023-03-07 06:39 分类:问答android: java.net.SocketException: Broken pipe LG
I\'m developing an application for Android 2.2 and LG Black devices. When I run the application on my LG device I get the following SocketException, which is never happen on other devices![详细]
2023-03-03 13:44 分类:问答Python and FIFOs
I was trying to understand FIFOs using Python under linux and I found a strange behavior i don\'t understand.[详细]
2023-02-12 23:25 分类:问答What causes the Broken Pipe Error?
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 alw[详细]
2023-02-01 23:49 分类:问答Rendering large collections of articles to PDF fails in MediaWiki with mwlib
I have installed the Mediawiki Collection Extension and mwlib to render articles (or collections of articles) to PDF. This works very well for single articles and collections with up to 20 articles.[详细]
2023-01-30 00:38 分类:问答Ruby on Rails Errno::EPIPE Broken pipe
I know there is a lot of people posting this online but I haven\'t been able to find a solution. I receive Errno::EPIPE after my website hasn\'t been accessed for > 6-8 hours. I read about it maybe h[详细]
2023-01-28 15:59 分类:问答Broken pipe error in rails with memcached
I keep running into this error MemCacheError (Broken pipe): Broken pipe on my Rails app and I can\'t figure out why.[详细]
2022-12-24 16:27 分类:问答