ports/sysutils/p5-Proc-Queue/pkg/DESCR

7 lines
271 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.