s3:notifyd: Use a watcher per db record
[Samba.git] / docs-xml / smbdotconf / tuning / aiomaxthreads.xml
blob3afe989f5cecc097b5c2bd6f484af19ff520687b
1 <samba:parameter name="aio max threads"
2                  type="integer"
3                  context="G"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6   <para>
7     The integer parameter specifies the maximum number of
8     threads each smbd process will create when doing parallel asynchronous IO
9     calls. If the number of outstanding calls is greater than this
10     number the requests will not be refused but go onto a queue
11     and will be scheduled in turn as outstanding requests complete.
12   </para>
14   <related>aio read size</related>
15   <related>aio write size</related>
16 </description>
18 <value type="default">100</value>
19 </samba:parameter>