Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Threaded Application Sequencing/Rendezvous

by onelesd (Pilgrim)
on Jul 10, 2012 at 23:14 UTC ( [id://980977]=note: print w/replies, xml ) Need Help??


in reply to Threaded Application Sequencing/Rendezvous

Parallel::ForkManager works well for simple cases, but I don't believe you can mix it with threads.

Replies are listed 'Best First'.
Re^2: Threaded Application Sequencing/Rendezvous
by learnedbyerror (Monk) on Jul 11, 2012 at 12:09 UTC

    I did consider Parallel::Forkmanager, about a half dozen other fork management modules in CPAN and doing it by forks manually. The need of the individual threads to access a shared corpus of data requires a lot more work than than the threads::shared module. So after a lot of testing with both forks and threads, I decided to go the threads route.

    Thanks, lbe

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found