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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: LWP::Parallel is slow downloader?
by perrin (Chancellor) on Apr 13, 2005 at 13:31 UTC | |
|
Re: LWP::Parallel is slow downloader?
by webchalkboard (Scribe) on Apr 13, 2005 at 14:39 UTC | |
|
Re: LWP::Parallel is slow downloader?
by ghenry (Vicar) on Apr 13, 2005 at 13:32 UTC |