Async http with python

by Matt Hamilton on Jun 18, 2008
Filed Under:

Say you have a bunch of URLs you want to query at once (aggregating RSS feeds, searching multiple external sites, etc.) normally you would do them one at a time in a loop... well using asyncore in python you can do this in parallel:

http://effbot.org/zone/effnews-1.htm