in reply to
LWP::Parallel is slow downloader?
That's right, LWP::Parallel is slow. If you want to go fast, use forking or a different tool altogether. Things like HTTP::GHTTP or HTTP::MHTTP tend to be much faster than LWP.
Comment on
Re: LWP::Parallel is slow downloader?
In Section
Seekers of Perl Wisdom