in reply to Re^4: Parallel::ForkManager How to wait when 1st 10 Child processe are over out of 100
in thread Parallel::ForkManager How to wait when 1st 10 Child processe are over out of 100

You can't define another P::FM object within the same process (until all child processes from the previous are terminated...), but you can define a new object in a child process.
  • Comment on Re^5: Parallel::ForkManager How to wait when 1st 10 Child processe are over out of 100