svn commit: samba-docs r209 - in trunk/smbdotconf/tuning: .

jelmer at samba.org jelmer at samba.org
Fri Sep 3 17:38:22 GMT 2004


Author: jelmer
Date: 2004-09-03 17:38:22 +0000 (Fri, 03 Sep 2004)
New Revision: 209

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/smbdotconf/tuning&rev=209&nolog=1

Log:
Default is yes now

Modified:
   trunk/smbdotconf/tuning/usesendfile.xml


Changeset:
Modified: trunk/smbdotconf/tuning/usesendfile.xml
===================================================================
--- trunk/smbdotconf/tuning/usesendfile.xml	2004-08-29 12:30:43 UTC (rev 208)
+++ trunk/smbdotconf/tuning/usesendfile.xml	2004-09-03 17:38:22 UTC (rev 209)
@@ -3,14 +3,11 @@
 				 type="boolean"
                  xmlns:samba="http://samba.org/common">
 <description>
-    <para>If this parameter is <constant>yes</constant>, and Samba
-    was built with the --with-sendfile-support option, and the underlying operating
-    system supports sendfile system call, then some SMB read calls (mainly ReadAndX
+	<para>If this parameter is <constant>yes</constant>, and the <constant>sendfile()</constant> system call is supported by the underlying operating system, then some SMB read calls (mainly ReadAndX
     and ReadRaw) will use the more efficient sendfile system call for files that
     are exclusively oplocked. This may make more efficient use of the system CPU's
-    and cause Samba to be faster. This is off by default as it's effects are unknown
-    as yet. In particular, it appears that Windows 9X clients fail to work against
-    Samba with this parameter enabled in config.</para>
+    and cause Samba to be faster. 
+    </para>
 </description>
 
 <value type="default">yes</value>



More information about the samba-cvs mailing list