in reply to Help me beat NodeJS

Parallel::ForkManager adds sleeps by default.

- tye        

Replies are listed 'Best First'.
Re^2: Help me beat NodeJS (sleep)
by rickyw59 (Novice) on Feb 12, 2016 at 20:48 UTC

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

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