Re: Help on socket lib and TCP/IP handshake
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Tue, 12 Aug 2008 00:19:17 -0700 (PDT)
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
.
- References:
- Help on socket lib and TCP/IP handshake
- From: arnab
- Re: Help on socket lib and TCP/IP handshake
- From: David Schwartz
- Re: Help on socket lib and TCP/IP handshake
- From: Rainer Weikusat
- Re: Help on socket lib and TCP/IP handshake
- From: David Schwartz
- Re: Help on socket lib and TCP/IP handshake
- From: Rainer Weikusat
- Re: Help on socket lib and TCP/IP handshake
- From: David Schwartz
- Re: Help on socket lib and TCP/IP handshake
- From: arnab
- Help on socket lib and TCP/IP handshake
- Prev by Date: Re: Help on socket lib and TCP/IP handshake
- Next by Date: Re: Help on socket lib and TCP/IP handshake
- Previous by thread: Re: Help on socket lib and TCP/IP handshake
- Next by thread: Re: Help on socket lib and TCP/IP handshake
- Index(es):