TCP stack throughput

Corrado Santoro csanto@REDACTED
Tue Jul 5 15:17:00 CEST 2005


Ulf Wiger (AL/EAB) wrote:
> I also noticed that the accept calls seem to go quickly in
> batches of 100-200, then followed by an increasingly long
> delay.
Have you tried "netstat"? You should note many sockets in the FIN_WAIT 
state. So probably the delay you experience is due to the fact that 
there are no more sockets available (in the kernel socket table), so you 
must wait until sockets in FIN_WAIT are finally flushed.

--C.

-- 
======================================================
Eng. Corrado Santoro, Ph.D.

University of Catania - Engineering Faculty
Department of Computer Science and
Telecommunications Engineering
Viale A. Doria, 6 - 95125 CATANIA (ITALY)

Tel: +39 095 7382144 Int. (5) 8035
      +39 095 7382380
      +39 095 7382365
      +39 095 7382364

VoIP: sip:8035@REDACTED

Fax: +39 095 7382397

EMail: csanto@REDACTED
Personal Home Page:
             http://www.diit.unict.it/users/csanto

NUXI Home Page:
             http://nuxi.iit.unict.it
======================================================




More information about the erlang-questions mailing list