Parallel::ForkManager 1.0.0 released

Parallel::ForkManager 1.0.0 has been released!

DESCRIPTION:

Parallel::ForkManager is a simple parallel processing fork manager.
It is a Ruby port of a useful Perl module of the same name.
Parallel::ForkManager 1.0.0 is a rebase of Perl’s
Parallel::ForkManager 0.7.5. The Perl version has not changed for
several years and all subsequent releases of Ruby
Parallel::ForkManager will follow version 1.0.0.

SYNOPSIS:

Documentation and example(s) using Parallel::ForkManager can be found
here:

http://parallelforkmgr.rubyforge.org/

Parallel::ForkManager project page lives here:

http://rubyforge.org/projects/parallelforkmgr/

gem and tgz downloads are available.

Changes:

1.0.0 / 2008-11-03

    * Initial version