e7fb75a75fbf7a599b9f39268f595e54a6fb6c48
[sfrench/samba-autobuild/.git] / docs / smbdotconf / locking / lockspincount.xml
1 <samba:parameter name="lock spin count"
2                  context="G"
3                                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This parameter controls the number of times
7         that smbd should attempt to gain a byte range lock on the 
8         behalf of a client request.  Experiments have shown that
9         Windows 2k servers do not reply with a failure if the lock
10         could not be immediately granted, but try a few more times
11         in case the lock could later be acquired.  This behavior
12         is used to support PC database formats such as MS Access
13         and FoxPro.
14 </para>
15 </description>
16 <value type="default">3</value>
17 </samba:parameter>