* suppress warning in perl < 5.10
Changes 0.10:
* support new style: $pm->start(sub { ... })
* collect zombie processes without any delay when spawn_interval is nonzero
* do not sleep spawn_interval seconds when a worker process exits non-zero and
if err_repawn_interval < spawn_interval
Changes 0.09:
* support for slow startup (with the new spawn_interval parameter) and slow
shutdown (by passing arrayrefs as values of the trap_signals hashref)
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Packages Collection.
The Perl 5 module Parallel::Prefork provides a simple prefork server
framework. It is is much like Parallel::ForkManager, but supports
graceful shutdown and run-time reconfiguration.