in reply to Clusters, Distributed Computing, and Perl

It's possible to build parallelism atop POE through fork() (see POE::Wheel::Run). POE doesn't support Perl threads yet because of an outstanding bug in 5.8.0 (see ticket 15654 at http://bugs6.perl.org/).

  • Comment on Re: Clusters, Distributed Computing, and Perl