in reply to
Forking Queue Problem
You can write code like this, but why bother? Use
Parallel::ForkManager
instead! It handles all the nasty fork/wait/signals mess for you.
-sam
Comment on
Re: Forking Queue Problem
In Section
Seekers of Perl Wisdom