Re: statelessness

Simon E Spero <ses@tipper.oit.unc.edu>
Errors-To: listmaster@www0.cern.ch
Date: Sun, 29 May 1994 06:17:07 +0200
Message-id: <9405290414.AA13756@tipper.oit.unc.edu>
Errors-To: listmaster@www0.cern.ch
Reply-To: ses@tipper.oit.unc.edu
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Simon E Spero <ses@tipper.oit.unc.edu>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: statelessness 
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Type: text/plain; charset="us-ascii"
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0
Mime-Version: 1.0
This doesn't solve one of the big performance problems when using http,
which is the cost of establishing a connection for every single request. 

Timing out connections is not that big a problem; if the connection hasn't
been used for a while, then the extra delay involved in restablishing a 
connection doesn't matter - it's repeated connections that really 
cause the problems.

Simon