forkify version 0.0.2 has been released! * <http://github.com/dakrone/forkify> forkify.rb makes it easy to process a bunch of data using 'n' worker processes. It is based off of forkoff and threadify by Ara Howard. It aims to be safe to use on Ruby 1.8.6+ and Ruby 1.9.1+ Changes: ### 0.0.2 / 2009-06-29 * 2 bugfixes * Forkify now correctly returns array values on RedHat/CentOS machines * More tests!