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

Reply via email to