Jung-Ho Ahn wrote: > > Hello, > > While I am trying to use NSS (actually JSS) in our HTTP server, > I found that I could not a server socket which is > waiting for a new connection, since a socket > is locked during the 'accept' call. > Is there any way to close that socket in another thread? > > Thanks in advance, PR_Interrupt() will interrupt the PR_Accept call, causing it to return. -- Nelson Bolyard Sun / Netscape Alliance
- Closing SSLServerSocket which is waiting for a new conne... Jung-Ho Ahn
- Re: Closing SSLServerSocket which is waiting for a ... Nelson B. Bolyard
- Re: Closing SSLServerSocket which is waiting fo... Jamie Nicolson
- Re: Closing SSLServerSocket which is waiting for a ... Nelson B. Bolyard
- Re: Closing SSLServerSocket which is waiting fo... Wan-Teh Chang
