http://www.perlmonks.org?node_id=10006

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

How can I send one query to many sites on the web, and read back their replies.

I would rather not uses LWP as it is very slow, because it handles one agent at a time.

I need to parse the incoming replies as fast as they arrive.

Originally posted as a Categorized Question.