in reply to Introduction to Parallel::ForkManager

I would followup with this warning. When determining the maximun number of forked processes, please test carefully. The ideal situation is to test on a non critcal machine. Start with a small number and work up. Monitor performance closely.

Using the Parallel ForkManager can greatly increase the speed of your scripts. However, without proper testing it can bring a machine to its knees. I speak from experience.

Neil Watson
watson-wilson.ca

  • Comment on Re: Introduction to Parallel::ForkManager