[EMAIL PROTECTED] írta:
> ok, yeah, thats in my book.
> thanks, and no, it isn't enabled.
> thanks again for everything
> -sk
>   
Another hint: use select.select() on the socket before reading. It will 
tell you if recv() will block or not. This way you can implement your 
own async timeout and do something else in your program while waiting 
for the connection to be available.

Best,

   Laszlo

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to