asynchronous downloading
Plumo
richardbp at gmail.com
Thu Feb 23 01:58:10 EST 2012
More information about the Python-list mailing list
Thu Feb 23 01:58:10 EST 2012
- Previous message (by thread): storing in list and retrieving.
- Next message (by thread): asynchronous downloading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I want to download content asynchronously. This would be straightforward to do threaded or across processes, but difficult asynchronously so people seem to rely on external libraries (twisted / gevent / eventlet). (I would use gevent under different circumstances, but currently need to stick to standard libraries.) I looked around and found there is little interest in developing a proper HTTP client on asyncore. The best I found stopped development a decade ago: http://sourceforge.net/projects/asynchttp/ What do you recommend? And why is there poor support for asynchronous execution? Richard
- Previous message (by thread): storing in list and retrieving.
- Next message (by thread): asynchronous downloading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list