mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
man pages: Add note about standard process model
Calling this model the 'standard' model made a lot more sense when it was the default. Add a small note explaining that it has this name for historical reasons. (The term 'standard' may have originally been chosen for some other reason. However, it's hard to find the rationale behind the term from back in 2005) Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d29853ab0a
commit
c649aece90
@ -116,7 +116,12 @@
|
||||
<para>A process is created for each Samba service,
|
||||
and for those services that support it (currently only
|
||||
LDAP and NETLOGON) a new processes is started
|
||||
for each new client connection.</para></listitem>
|
||||
for each new client connection.</para>
|
||||
|
||||
<para>Historically, this was the 'standard' way Samba behaved
|
||||
up until v4.10. Note that this model can be resource intensive
|
||||
if you have a large number of client connections.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para><emphasis>prefork</emphasis></para>
|
||||
<para>The default. A process is started for each Samba service,
|
||||
|
Loading…
Reference in New Issue
Block a user