DESCR 271 B

1234567
  1. Proc::Queue limits the number of forked processes that can be running
  2. concurrently.
  3. This module lets you parallelise a perl program using the fork, exit,
  4. wait and waitpid calls as usual but without taking care of creating too
  5. many processes and overloading the machine.