From 3f8d83b75390bd6525a3eb8009854d3b854fd54d Mon Sep 17 00:00:00 2001 From: Tim Beale Date: Thu, 31 Jan 2019 12:08:00 +1300 Subject: 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 Reviewed-by: Andrew Bartlett --- docs-xml/manpages/samba.8.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml') 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. prefork - A process is started for each Samba service, and a - fixed number of worker processes are started for those + 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. -- cgit v1.2.1