Non-blocking read() in httplib?

John J. Lee jjl at pobox.com
Tue Jul 13 13:50:30 EDT 2004


Jarek Zgoda <jzgoda at gazeta.usun.pl> writes:
[...]
> You can try to write your own HTTP client module, that uses
> asyncore/asynchat. You may find a minimal implementation in my project's
> CVS (URL in signature). It is based on code found in "EffNews Part 1:
> Fetching RSS Files" tutorial (http://www.effbot.org/zone/effnews-1.htm).

There used to be one called asynchttp.py.  There was also an
asyncurl.py.  I think both are likely still around somewhere, but not
maintained.


John



More information about the Python-list mailing list