"ahlongxp" <[EMAIL PROTECTED]> wrote: > me again. > > "Connection reset by peer" happens about one in fifth. > I'm using python 2.5.1 and ubuntu 7.04. >
Try to wait a while in the server thread, after sending the message before closing the connection, to give the message time to get transmitted. time.sleep(0.5) should do it... - Hendrik -- http://mail.python.org/mailman/listinfo/python-list