syncing docs from 3.0 tree (thanks jelmer).
[Samba.git] / docs / docbook / smbdotconf / locking / lockspincount.xml
blobeb5862699a8a4373f2ed0865793dca720cfd553d
1 <samba:parameter name="lock spin count"
2                  context="G"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5         <para>This parameter controls the number of times
6         that smbd should attempt to gain a byte range lock on the 
7         behalf of a client request.  Experiments have shown that
8         Windows 2k servers do not reply with a failure if the lock
9         could not be immediately granted, but try a few more times
10         in case the lock could later be aquired.  This behavior
11         is used to support PC database formats such as MS Access
12         and FoxPro.
13         </para>
15         <para>Default: <command moreinfo="none">lock spin count = 3</command></para>
16 </listitem>
17 </samba:parameter>