in reply to Fork Pool?

Have you tried forks as a replacement for threads? That should work without any code changes.

Otherwise have a look at Parallel::ForkManager.

Liz

Replies are listed 'Best First'.
Re: Re: Fork Pool?
by biosysadmin (Deacon) on Oct 09, 2003 at 12:53 UTC
Re: Re: Fork Pool?
by xiopher (Beadle) on Oct 09, 2003 at 15:46 UTC
    I have been using Parallel::ForkManager for about a month to do simultaneous ftp uploads to our web server. The ftp can handle 5 connections at a time and I just modified their children tutorial to implement this in no time.