in reply to Re: wait before forking more
in thread wait before forking more

Parallel:ForkManager does not seem to do this or I am using it incorrectly, this is essentially the structure I am using.
foreach $device (keys %devices) { $pm->start and next; ..... $pm->finish; }
I dont use $pm-<wait_all_children since i want it to continuously get input while children are processing.