in reply to Efficient way to fork processes and keep a running count?

I personally like Parallel::Forker - it makes polling processes easy, and also gives you a lot of control over them, so you can monitor them pretty closely. Have a look and see what you think.

Just a something something...
  • Comment on Re: Efficient way to fork processes and keep a running count?

Replies are listed 'Best First'.
Re^2: Efficient way to fork processes and keep a running count?
by bfreemer (Novice) on Jan 27, 2010 at 20:59 UTC
    Thanks much for the reference! Off to do some reading...