[5556] in www-talk@info.cern.ch
Re: holding connections open: a modest proposal
daemon@ATHENA.MIT.EDU (Simon E Spero)
Tue Sep 13 13:36:22 1994
Date: Tue, 13 Sep 1994 19:20:32 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: ses@tipper.oit.unc.edu
From: Simon E Spero <ses@tipper.oit.unc.edu>
To: Multiple recipients of list <www-talk@www0.cern.ch>
There is no cpu overhead for idle connections. There is a memory overhead for
the TCP control block, but this is quite small. There is also a slight penalty
through more collisions in the hash table.
However, this TCP control block hangs around for some time after the connection
is closed, still taking up resources- one per connection. Thus the breakeven
point for memory use occurs when the average time between transactions is
greater than 2MSL.
Simon