Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Forking and Net::SSH::Perl

by eff_i_g (Curate)
on Apr 05, 2011 at 14:34 UTC ( [id://897523]=note: print w/replies, xml ) Need Help??


in reply to Re: Forking and Net::SSH::Perl
in thread Forking and Net::SSH::Perl

Thanks salva. What links and/or modules do you recommend for the worker/queue approach? This'll be a first for me; generally my programs do not require forking or (shared) queues.

Parallel::Fork::BossWorker? Thread::Queue? POE?

Replies are listed 'Best First'.
Re^3: Forking and Net::SSH::Perl
by salva (Canon) on Apr 05, 2011 at 15:12 UTC
    Thread::Queue may be a good choice as sharing data between threads is easier than between processes but you will have to check that Net::SSH::Perl and its dependencies are thread safe.

    In any case, I am not an expert in that area, you will probably get better answers if you post a new question.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-24 03:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found