in reply to Re: No Performance gain with Parallel::ForkManager
in thread No Performance gain with Parallel::ForkManager

++. Starting 50 processes for processing 100 files is most probably a bad idea in terms of performance (and actually most probably also for more files, but it is especially the case when each process will process only an average 2 files). I would also try with perhaps 10 processes, or maybe even only 5.
  • Comment on Re^2: No Performance gain with Parallel::ForkManager