Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Pre-fork and Re-use a child process

by Anonymous Monk
on Jan 26, 2012 at 11:39 UTC ( [id://950073]=note: print w/replies, xml ) Need Help??


in reply to Pre-fork and Re-use a child process

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

  • Comment on Re: Pre-fork and Re-use a child process

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://950073]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found