SourceForge Logo [Python Powered] [Downright Software LLC]    

Asynchronous HTTP Client for Python


Asynchhronous HHTTP Client   

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
Senior Meat Manager
Downright Software LLC

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().