Merge branch 'master' of ctdb into 'master' of samba
[samba.git] / docs-xml / smbdotconf / tuning / maxconnections.xml
1 <samba:parameter name="max connections"
2                  context="S"
3                                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This option allows the number of simultaneous connections to a service to be limited.
7     If <parameter moreinfo="none">max connections</parameter> is greater than 0 then connections
8     will be refused if this number of connections to the service are already open. A value 
9     of zero mean an unlimited number of connections may be made.</para>
10
11     <para>Record lock files are used to implement this feature. The lock files will be stored in 
12     the directory specified by the <smbconfoption name="lock directory"/> option.</para>
13 </description>
14
15 <value type="default">0</value>
16 <value type="example">10</value>
17 </samba:parameter>