in reply to Re: Help me beat NodeJS (sleep)
in thread Help me beat NodeJS

Parallel::ForkManager is only sleeping during " $pm->wait_all_children; ", correct? Or are you saying during every fork there is a hard-limit sleep?

Replies are listed 'Best First'.
Re^3: Help me beat NodeJS (sleep)
by Mr. Muskrat (Canon) on Feb 12, 2016 at 21:02 UTC

      Thanks for the help, I was able to shave 15 seconds off my perl script with both suggestions.