openbsd-ports/sysutils/p5-Proc-Queue/pkg/DESCR
aanriot 3a3b401c6c import Proc-Queue-1.16.
This module limits the number of forked processes that can be running 
concurrently.

help and ok sturm@
2005-07-23 07:43:33 +00:00

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.