in reply to Re: Re (tilly) 3: Parallel Downloads using Parallel::ForkManager or whatever works!!!
in thread Parallel Downloads using Parallel::ForkManager or whatever works!!!

Have you read the documentation that comes with Parallel::ForkManager? The example code seems to fit your problem domain nicely. Does the code you're having problems with differ significantly from their code?

-Blake

  • Comment on Re5: Parallel Downloads using Parallel::ForkManager or whatever works!!!

Replies are listed 'Best First'.
Re: Re5: Parallel Downloads using Parallel::ForkManager or whatever works!!!
by jamesluc (Novice) on Jan 09, 2002 at 02:56 UTC
    Thanks,

    Yes. But I will reread the documentation.

    My code is somewhat different from their code. Please refer to my recent post in reply to Tilly.

    Thanks Again