Message 78804 - Python tracker

Message78804

Author chris.mahan
Recipients ajaksu2, chris.mahan, vstinner
Date 2009-01-02.14:48:25
SpamBayes Score 3.3981672e-05
Marked as misclassified No
Message-id <1230907705.75.0.982977878042.issue4791@psf.upfronthosting.co.za>
In-reply-to
Content
haypo writes:
>By default, the socket created to get the result of LIST has no 
>timeout (is blocking). So fp.readline() only returns an empty string 
>when the socket is closed (by the server).

Even if the server closed the socket and fp.readline() returned an empty
string, the prog should not hang, no?
History
Date User Action Args
2009-01-02 14:48:25chris.mahansetrecipients: + chris.mahan, vstinner, ajaksu2
2009-01-02 14:48:25chris.mahansetmessageid: <1230907705.75.0.982977878042.issue4791@psf.upfronthosting.co.za>
2009-01-02 14:48:25chris.mahanlinkissue4791 messages
2009-01-02 14:48:25chris.mahancreate