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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to