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


in reply to Re^2: What is the fastest way to download a bunch of web pages?
in thread What is the fastest way to download a bunch of web pages?

If you're looking to control how many child processes, Parallel::ForkManager may be helpful. The example source specifically demonstrates what I think you're trying to accomplish.

  • Comment on Re^3: What is the fastest way to download a bunch of web pages?