
Proc::queue lets you parallelise a perl program using the fork, exit, wait and waitpid calls as usual but without taking care of creating too many processes and overloading the machine.
it redefines perl fork, exit, wait and waitpid core functions. old programs do not need to be reprogrammed, only the use proc::queue ... sentence has to be added to them.