Hi,
We have a non blocking server and we've noticed that when there are no
connected clients for a long time, the server kind of hangs.
The socket remains open but it does not seem to accept any more
connections.
Any ideas?
Thanks,
Rajat
EJP - 12 Oct 2006 02:42 GMT
> We have a non blocking server and we've noticed that when there are no
> connected clients for a long time, the server kind of hangs.
>
> The socket remains open but it does not seem to accept any more
> connections.
Post some code. I have NIO servers that are supposed to stay up for
years ... and one of these years they will!