in reply to LWP::Parallel Doesn't Work For Me

Never heard of LWP::Parallel before, but looking at the docs, it sounds like it might not be compatible with your version of LWP.

I can tell you a way to achive something more or less similar, get Parallel::ForkManager. In the docs for that there is an example using LWP to get pages in parallel.

Hope this is of some help...

Replies are listed 'Best First'.
Re: Re: LWP::Parallel Doesn't Work For Me
by nikos (Scribe) on Jan 14, 2002 at 02:58 UTC
    Thanks a lot! I will try to use Parallel::ForkManager. It should help. I spent a few days trying to make LWP::Parallel work.