Re: Locking reader lock

2007-08-29 Thread Nelson Bolyard
[EMAIL PROTECTED] wrote: >> 5) After this I configure the socket to handshake as a server by calling >> SSL_ConfigSecureServer. >> 6) Now I call SSL_ResetHandshake(socket, PR_TRUE). >> >> All these functions execute successfully without any errors. > > >Just thought I should give a bit mo

Re: Locking reader lock

2007-08-29 Thread umesh
> 5) After this I configure the socket to handshake as a server by calling > SSL_ConfigSecureServer. > 6) Now I call SSL_ResetHandshake(socket, PR_TRUE). > > All these functions execute successfully without any errors. Just thought I should give a bit more information. These execute suc

Re: Locking reader lock

2007-08-29 Thread umesh
Hi Nelson: Thanks for your response. I think my upgradation process is just fine. Otherwise my code would have failed all the time. But I am able to perform the handshake sometimes. I think that the problem is with some events getting handled while my upgradation is in process. I'll come t