in reply to Re: Net::SSH::Perl and fork hangs
in thread Net::SSH::Perl and fork hangs
If I don't share the handle, I will have to initiate a new Net::SSH::Perl connection in child process and that will slow down the execution of my test case. I have a requirement to execute the same cmd on n number of hosts. I do have a workaround of using system(), instead of Net::SSH::perl. But using system() is slow. Thanks for your suggestion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SSH::Perl and fork hangs
by Old_Gray_Bear (Bishop) on Jun 02, 2014 at 19:11 UTC | |
by Anonymous Monk on Jun 02, 2014 at 19:31 UTC | |
|
Re^3: Net::SSH::Perl and fork hangs
by salva (Canon) on Jun 02, 2014 at 19:10 UTC |