ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/Proc-Queue
|