![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
LWP::Parallel is slow downloader?by dannoura (Pilgrim) |
on Apr 13, 2005 at 12:57 UTC ( #447347=perlquestion: print w/replies, xml ) | Need Help?? |
dannoura has asked for the
wisdom of the Perl Monks concerning the following question:
hi, I have a script which downloads several hundreds of webpages. Not too long ago I switched from LWP to LWP::Parallel. The problem is that the downloading seems to go much slower than before. I tried use LWP::Debug qw(+); to try to find out what's causing the delays, but couldn't find anything useful. Are there any suggestions about where I could find something to help me figure out why the downloading is so slow? p.s. I'm sending out 5 parallel requests each time.
Back to
Seekers of Perl Wisdom
|
|