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

Reply via email to