in reply to Re: Is Net::SSH::Expect a thread-safe module?
in thread Is Net::SSH::Expect a thread-safe module?
In my experience it is never safe to use threads (or forks) with any form of SSH if you plan to create a connection before creating child threads, and then using that connection in multiple children.
Net::OpenSSH supports sharing the connection between different threads or processes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is Net::SSH::Expect a thread-safe module?
by ashok.g (Beadle) on Jan 27, 2012 at 11:48 UTC | |
|
Re^3: Is Net::SSH::Expect a thread-safe module?
by Anonymous Monk on Jan 26, 2012 at 13:23 UTC | |
by salva (Canon) on Jan 26, 2012 at 13:27 UTC |