[Tutor] broken pipe
Lloyd Kvam
pythontutor at venix.com
Sat Nov 1 10:15:06 EST 2003
"connection reset by peer" means that the computer sent a reset signal that
it was closing the connection. This is a simple one-step termination.
The "normal" termination involves sending a FIN from each end to the other
end and getting an acknowledgement back.
You might find it useful to run a program like tcpdump to monitor the traffic
to help with debugging. tcpdump is included with most linux distributions.
Scott wrote:
> I've been working on an internet app, off and on, for quite some time,
> and the socket module keeps throwing error/"broken pipe" exceptions.
> What exactly do these mean? Also, less frequently, I see "connection
> reset by peer." What do I do about that? Thanks.
>
>
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
--
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-1358
voice: 603-653-8139
fax: 801-459-9582
More information about the Tutor
mailing list