Message1690

Author amak
Recipients
Date 2007-06-29.12:01:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I see that your code for this is using socket.makefile().

We know that simultaneously reading and writing on the same socket file wrapper can cause a deadlock, cf bug 1744567 that you reported. That might explain the curtailment of the output; the server thread might be hung on the write.

Does the problem still happen if you use the socket.send and socket.recv methods directly?

Meantime, I will look into the hostnames issue.
History
Date User Action Args
2008-02-20 17:17:52adminlinkissue1745073 messages
2008-02-20 17:17:52admincreate