From: Eric Covener Date: Thu, 6 Jan 2011 01:30:19 +0000 (+0000) Subject: Add some weasel language, and a warning about Windows + TransmitFile, to the X-Git-Tag: 2.3.11~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad920898e471132c31f376382aec7e29f0b341e;p=thirdparty%2Fapache%2Fhttpd.git Add some weasel language, and a warning about Windows + TransmitFile, to the SendBufferSize doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055701 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index c18043f836e..602195335c3 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -504,6 +504,15 @@ Apache HTTP Server

If set to the value of 0, the server will use the default value provided by your OS.

+ +

Further configuration of your operating system may be required to elicit + better performance on high speed, high latency connections.

+ +

On some operating systems, changes in TCP behavior resulting + from a larger SendBufferSize may not be seen unless + EnableSendfile is set to OFF. This + interaction applies only to static files.

+