|
|
| XP is just a number | |
| PerlMonks |
Re: Pre-fork and Re-use a child processby Anonymous Monk |
| on Jan 26, 2012 at 11:39 UTC ( #950073=note: print w/ replies, xml ) | Need Help?? |
|
Some ideas The article mentions a non-preforking but nicer example http://search.cpan.org/dist/Parallel-ForkManager/lib/Parallel/ForkManager.pm#Data_structure_retrieval forks version of threads offers an opportunity for a reusable pool of threads you can also use threads version of threads to create a cue( not a Thread::Pool but yes a Thread::Queue ) Parallel::Fork::BossWorkerAsync looks tointerface be exactly what you're looking for, pre-forking re-use, main program talks to boss, boss keeps reusing children, talking to main Those are three things I might try
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||