Match Samba 2.2, and make ACB_NORMAL the default ACB value.
[jra/samba/.git] / docs / docbook / smbdotconf / tuning / usesendfile.xml
1 <samba:parameter name="use sendfile"
2                  context="S"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5     <para>If this parameter is <constant>yes</constant>, and Samba
6     was built with the --with-sendfile-support option, and the underlying operating
7     system supports sendfile system call, then some SMB read calls (mainly ReadAndX
8     and ReadRaw) will use the more efficient sendfile system call for files that
9     are exclusively oplocked. This may make more efficient use of the system CPU's
10     and cause Samba to be faster. This is off by default as it's effects are unknown
11     as yet.</para>
12
13     <para>Default: <command moreinfo="none">use sendfile = no</command></para>
14 </listitem>
15 </samba:parameter>