in reply to
Re: managing many parallel HTTP requests
in thread
managing many parallel HTTP requests
If you decide to use
fork
, take a look at
Parallel::ForkManager
, which will do much of the dirty work for you.
Comment on
Re^2: managing many parallel HTTP requests
Download
Code
In Section
Seekers of Perl Wisdom