Re: Help on socket lib and TCP/IP handshake



On Aug 12, 12:12 am, arnab <agangul...@xxxxxxxxx> wrote:

Server threads calls accept() but nothing happens.

You absolutely, 100% confirmed that the server threads are blocked in
'accept'? How, precisely, did you ensure this?

It's possible you've stumbled on something amazing and unusual. But
it's far more likely that you have a run-of-the-mill bug that's
causing your server to spend lots of time not calling accept, thereby
accumulating a backlog of connections.

DS
.