Asynchronous HTTP Client for Python |
The 'asynchttp'' module is a logical extension of the Python library 'asynchat' module which is built on the 'asyncore' and 'select' modules. Our goal is to provide the functionality of the excellent 'httplib' module without using blocking sockets.
Contact: Doug Fort Developer's Mailing List: Join |
Latest Release (download) (notes) |
Note that on Windows, select() will abort if you give it more than 64 filehandles. I suspect this is the Win32 function ::WaitForMultipleObjects(). |