1 <samba:parameter name="aio read size"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>If this integer parameter is set to a non-zero value,
7 Samba will read from files asynchronously when the request size is bigger
8 than this value. Note that it happens only for non-chained and non-chaining
10 <para>The only reasonable values for this parameter are 0 (no async I/O) and
11 1 (always do async I/O).</para>
12 <related>aio write size</related>
15 <value type="default">1</value>
16 <value type="example">0<comment>Always do reads synchronously