Thursday 26 April 2012

How do I avoid blocking in the connect() method of a socket? | Python

The select module is commonly used to help with asynchronous I/O on sockets.