You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/01/06 02:31:43 UTC

svn commit: r1055702 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml

Author: covener
Date: Thu Jan  6 01:31:43 2011
New Revision: 1055702

URL: http://svn.apache.org/viewvc?rev=1055702&view=rev
Log:
Merge r1055701 from trunk:

Add some weasel language, and a warning about Windows + TransmitFile, to the
SendBufferSize doc.



Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml?rev=1055702&r1=1055701&r2=1055702&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml Thu Jan  6 01:31:43 2011
@@ -683,6 +683,15 @@ Apache</a></seealso>
 
     <p>If set to the value of <code>0</code>, the server will use the
     OS default.</p>
+
+    <p>Further configuration of your operating system may be required to elicit
+    better performance on high speed, high latency connections.</p>
+
+    <note> <p> On some operating systems, changes in TCP behavior resulting
+    from a larger <directive>SendBufferSize</directive> may not be seen unless
+    <directive module="core">EnableSendfile</directive> is set to OFF.  This
+    interaction applies only to static files.</p> </note>
+
 </usage>
 </directivesynopsis>