How thread-safe is SSH2Connection?

Per Allansson per@appgate.com
Wed, 01 Jan 2003 10:57:49 +0100


No, this should not cause any trouble.

Baltz, Kenneth wrote:
> I have a server that needs to perform various activities on a remote 
> machine including SFTP and executing commands.  Right now I'm only 
> opening a single connection to each remote machine and keeping a 
> reference around to speed things up.  Am I going to get in trouble if 
> more than one thread uses this connection at a time?
> 
> K.C.
>