Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How do I run subroutines in parallel?

by atcroft (Abbot)
on Sep 09, 2002 at 07:00 UTC ( [id://196185]=note: print w/replies, xml ) Need Help??


in reply to How do I run subroutines in parallel?

Would either Parallel::ForkManager or Schedule::Parallel be of assistance? While I lack in experience with the latter, my experience with the former has (so far) been that the jobs (code) are loaded into the queue, and N items are run, with the next job in the queue being run when another completes. Because they are child processes, they inherit the open filehandles, iirc.

  • Comment on Re: How do I run subroutines in parallel?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-18 11:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found