![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Is this Proc::Queue errorby chanakya (Friar) |
on Dec 06, 2006 at 14:55 UTC ( #588097=perlquestion: print w/replies, xml ) | Need Help?? |
chanakya has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks, I have a script which forks 3 childs at a given time and this is taken care by Proc::Queue. Everything worked fine until I moved the line "next if" above the Proc::Queue::run_back_now{} method After the above change the script spawns unlimited childs. For example, I have an array of 50 files the script spawns 50 childs. Is this the problem of Proc::Queue or is this script error. Below is my code Many thanks
Back to
Seekers of Perl Wisdom
|
|