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> -- http://mail.python.org/mailman/listinfo/python-list