socket programming question

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue Jun 20 17:19:50 EDT 2006


Kiran wrote:
> Hello All,
>   My question is, is it possible to make python do some other
> processing while it is waiting for a socket to timeout?

sure, you have to use threads and/or use asynchronous socket 
programming. Google is your friend.

--Irmen



More information about the Python-list mailing list