|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re: Introduction to Parallel::ForkManagerby Molt (Chaplain) |
| on Sep 15, 2003 at 06:35 UTC ( [id://291519]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Very nice description of one of my favourite and most-used modules there. The only thing I'd add to your description is just how good this approach is when handling a lot of batchfile work on multiprocessor machines.. when I had a program doing the same rather intensive thing to over 20,000 large files I found that doing the ForkManager approach really screamed compared to the single process method, and without the nastiness of poking Fork() myself.
In Section
Tutorials
|
|
||||||||||||||||||||||||