in reply to Re: wait before forking more
in thread wait before forking more
I dont use $pm-<wait_all_children since i want it to continuously get input while children are processing.foreach $device (keys %devices) { $pm->start and next; ..... $pm->finish; }
|
|---|