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.