On Wed, Dec 2, 2009 at 5:31 AM, Rocco Caputo <rcap...@pobox.com> wrote:
> The other general advice is to use fork(), with or without POE, when you
> need true parallelism.
>

It seems POE::Component::Pool::Thread can solve the problem? (But I
was unable to install via CPAN in ubuntu)

If I goes with the fork solution, any abstraction recommended?

e.g.

Parallel::Iterator
Parallel::ForkManager
Proc::Queue

or others?


Thanks.

Reply via email to