I just use POE::Wheel::Run with openssh - I've also looked at manipulating Net::SSH::Perl to work with POE and found it more effort than it's worth. That said, I have a project coming in the next month or so where I'll be revisiting the code that manages my parallel ssh connections, at which point I may create a component to drive Net::SSH::Perl.
-Al Tobey On Fri, 2003-10-24 at 16:23, Molina, Gerardo wrote: > POE'rs: > > I am looking at using POE for implementing non-blocking/parallelized ssh and > scp. Has someone already created some POE components for doing this? I did > a quick google search and saw that Mike Wilkinson had asked a similar > question about 8 months ago. Has that effort culminated into some > ready-to-use modules or packages? > > I am currently using Net::SSH::Perl, Net::SCP::Expect and Net::SCP. But the > script I have now is serial (not parallel) and if it has a problem with a > server along the way, the whole script dies. I'm hoping I can parallel this > script with POE and have it handle errors gracefully without terminating > entire script. > > Thanks in advance, > Gerardo ** ** ** PRIVILEGED AND CONFIDENTIAL ** ** ** This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient or a person responsible for delivering this message to an intended recipient, please delete the email and immediately notify the sender via the email return address or mailto:[EMAIL PROTECTED] Thank you.
