in reply to IO::Select - is it right for this?
If the passage of data is 'one-way', that is to say the master program is only going to collect results from the child program/process after it's completed, a temp file is much simpler.
If all of the processes are running on the same machine, then you can use the process id($$) of a process as part of the filename, since the process id is guaranteed to be unique.
|
|---|