in reply to Re^3: How would I add a pause b/t forks in my $pid = $pm->start and next;
in thread How would I add a pause b/t forks in my $pid = $pm->start and next;

Sure, but I don't want to fork/waitpid/wait as usual! That stuff is way too complicated to get right most of the time. That's why Parallel::ForkManager is a better solution, it hides the complexity of forking beneath a clear and consistent API.

-sam

  • Comment on Re^4: How would I add a pause b/t forks in my $pid = $pm->start and next;