in reply to Re^3: Using MCE to write to multiple files.
in thread Using MCE to write to multiple files.

It seems what i was looking for was the Parallel::Prefork / Parallel::ForkManager library. i wanted to process multiple input files in parallel and output them in parallel as well. I'm, when using Prefork or ForkManager does perl duplicate all my global variables for each fork?
  • Comment on Re^4: Using MCE to write to multiple files.

Replies are listed 'Best First'.
Re^5: Using MCE to write to multiple files.
by Anonymous Monk on Nov 24, 2014 at 10:32 UTC