Received: by taz.hyperreal.com (8.7.6/V2.0) id TAA04121; Mon, 4 Nov 1996 19:48:45 -0800 (PST) Received: from darkstar.isi.edu by taz.hyperreal.com (8.7.6/V2.0) with SMTP id TAA04108; Mon, 4 Nov 1996 19:48:37 -0800 (PST) Received: from dash.isi.edu by darkstar.isi.edu (5.65c/5.61+local-23) id ; Mon, 4 Nov 1996 19:48:33 -0800 Received: from dash.isi.edu (johnh@localhost.isi.edu [127.0.0.1]) by dash.isi.edu (8.7.5/8.7.3) with ESMTP id TAA09948; Mon, 4 Nov 1996 19:48:31 -0800 Message-Id: <199611050348.TAA09948@dash.isi.edu> X-Url: To: new-httpd@hyperreal.com Cc: robh@imdb.com Subject: Re: potential Apache performance problem: size of the TCP send buffer In-Reply-To: <199611050053.AAA02437> Date: Mon, 04 Nov 1996 19:48:29 -0800 From: John Heidemann Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com On Tue, 05 Nov 1996 00:53:31 GMT, Rob Hartill wrote: >So is there a universally useful number we should be using to make sure >the OS isn't setting it too small ? Currently the default is that Apache uses whatever the OS defaults to. If you want to have Apache enforce a value, I recommend 16KB. This value is conservative in space and should support full transfer rates 1Mb/s bandwidth at 125ms RTT latency, values that are typical today. If you think the net is getting faster, 24KB or 32KB are reasonable also. You might want to review the default in a year or so. -John