Re: Execute Jobs parallel using JobQueue
[email protected] (Ryan Chan)
| Newsgroups | perl.poe |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Dec 2, 2009 at 5:31 AM, Rocco Caputo <[email protected]> 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.