summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorTim Beale <timbeale@catalyst.net.nz>2019-01-31 12:08:00 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-02-01 03:36:16 +0100
commit3f8d83b75390bd6525a3eb8009854d3b854fd54d (patch)
tree64b72d34f7799314f2760903e7f1213a7389ac3c /docs-xml
parent5e716c0256a6bec92e7855ccfc077a328320f2ea (diff)
downloadsamba-3f8d83b75390bd6525a3eb8009854d3b854fd54d.tar.gz
samba: Change default process model to prefork
Prefork is the more sensible default option now, as it better handles a large number of client connections. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/samba.8.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/manpages/samba.8.xml b/docs-xml/manpages/samba.8.xml
index 0d542b2fbc8..8d548d85fdd 100644
--- a/docs-xml/manpages/samba.8.xml
+++ b/docs-xml/manpages/samba.8.xml
@@ -119,8 +119,8 @@
for each new client connection.</para></listitem>
<listitem><para><emphasis>prefork</emphasis></para>
- <para>A process is started for each Samba service, and a
- fixed number of worker processes are started for those
+ <para>The default. A process is started for each Samba service,
+ and a fixed number of worker processes are started for those
services that support it (currently LDAP, NETLOGON, and KDC).
The client connections are then shared amongst the worker
processes.