Hi,In my case there will be thousands of ssh connection to different servers. I'm using connection pooling as well. So it would be separate connection pool serving connections for different hosts. Eg: 1000 different hosts, there will be 1000 Connection pools.Should I use same SshClient instance (i.e SshClient sshClient = SshClient.setUpDefaultClient();) across these connection pools? Will there be any performance impact, if I use like that?How many parallel connection a single SshClient can server?Thanks,Sudhan
-- Sent from: http://apache-mina.10907.n7.nabble.com/Apache-MINA-User-Forum-f31345.html
