1 <samba:parameter name="aio max threads"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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.
14 <related>aio read size</related>
15 <related>aio write size</related>
18 <value type="default">100</value>