in reply to
forking messages
Don't fork. Use something like
POE
instead.
Use a mutex or a semaphore or a lock somehow to control access to STDOUT.
Use
pipe
to create a new filehandle pair for each child.
I'd try pipe first.
Comment on
Re: forking messages
In Section
Seekers of Perl Wisdom