Re: Max no of parallel SSH sessions with Cygwin SSHD

2010-02-25 Thread Girish Sadhani
Hi Corrina, After the change in the registry keys i was able to create 78 parallel sessions, approximately double of the earlier 38. I have the value set to 1024 to the earlier 512. Thanks a lot ! On Wed, Feb 24, 2010 at 5:51 PM, Corinna Vinschen wrote: > On Feb 24 16:47, Girish Sadhani wrote:

Re: Max no of parallel SSH sessions with Cygwin SSHD

2010-02-24 Thread Corinna Vinschen
On Feb 24 16:47, Girish Sadhani wrote: > Hi Corinna, > > the following error was logged in the sshd.log : > > 2 [main] sshd 7140 d:\Sygwin\usr\sbin\sshd.exe: *** fatal error - > could not load user32, Win32 error 1114 > > I tried to google this but could not make too much sense of the error. > I

Re: Max no of parallel SSH sessions with Cygwin SSHD

2010-02-24 Thread Girish Sadhani
Hi Corinna, the following error was logged in the sshd.log : 2 [main] sshd 7140 d:\Sygwin\usr\sbin\sshd.exe: *** fatal error - could not load user32, Win32 error 1114 I tried to google this but could not make too much sense of the error. Its supposed to be a failure of a dll initialization. And

Re: Max no of parallel SSH sessions with Cygwin SSHD

2010-02-24 Thread Corinna Vinschen
On Feb 24 10:02, Girish Sadhani wrote: > Hello All, > > I am trying to use Cygwin SSHD in my project. I have defined a > subsystem under SSHD which gets accessed by the client. > > Each subsystem invocation spawns 3 processes (1 sshd + 1sh + 1 tclsh). > > I have observed that on WinXP only 22 pa

Max no of parallel SSH sessions with Cygwin SSHD

2010-02-23 Thread Girish Sadhani
Hello All, I am trying to use Cygwin SSHD in my project. I have defined a subsystem under SSHD which gets accessed by the client. Each subsystem invocation spawns 3 processes (1 sshd + 1sh + 1 tclsh). I have observed that on WinXP only 22 parallel sessions are possible whereas on a Win2k3 server