in reply to Re: Introduction to Parallel::ForkManager
in thread Introduction to Parallel::ForkManager

I'm not an expert on this. But I saw it somewhere that you could save intermediate data generated by child processes to temp disk files. Parent process can then read those temp files for the data.
  • Comment on Re^2: Introduction to Parallel::ForkManager