xmlrpc with Python and large datases

Fredrik Lundh fredrik at pythonware.com
Tue Mar 22 08:34:28 EST 2005


Steve Holden wrote:

> Usually a "broken pipe" message is to do with disruption of a Unix pipeline rather than a network 
> connection. I've seen the message mostly, IIRC, in BSD-based environments.

the socket layer uses EPIPE to indicate that a socket has been shut down
by the remote end.

</F> 






More information about the Python-list mailing list