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
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
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
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
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!
I was trying to understand FIFOs using Python under linux and I found a strange behavior i don\'t understand.
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
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.
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
I keep running into this error MemCacheError (Broken pipe): Broken pipe on my Rails app and I can\'t figure out why.