5 lines
232 B
Text
5 lines
232 B
Text
This module 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.
|
|
|
|
WWW: http://search.cpan.org/dist/Proc-Queue/
|