Async http with python
by
Matt Hamilton
on
Jun 18, 2008
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:

