3a3b401c6c
This module limits the number of forked processes that can be running concurrently. help and ok sturm@
7 lines
271 B
Plaintext
7 lines
271 B
Plaintext
Proc::Queue limits the number of forked processes that can be running
|
|
concurrently.
|
|
|
|
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.
|