source: vendor/3.6.0/docs-xml/smbdotconf/tuning/maxconnections.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 821 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.