1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/p5-Proc-Queue/pkg-descr
Anton Berezin c96aa66a28 Add devel/p5-Proc-Queue 1.16, a Perl module that overrides fork and
related syscalls to limit the number of spawned children transparently.
2005-12-28 13:58:46 +00:00

6 lines
232 B
Plaintext

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/