From: Howard Chu Date: Thu, 6 Jan 2011 19:22:45 +0000 (+0000) Subject: ITS#6780 document multi-listener-thread support X-Git-Tag: MIGRATION_CVS2GIT~229 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e45c601be0f47d6fb67bf67d8b048671fc3c12bb;p=openldap ITS#6780 document multi-listener-thread support --- diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index 463b58f8f0..c1189409f5 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -522,6 +522,11 @@ changing these settings will generally require deleting any indices that depend on these parameters and recreating them with .BR slapindex (8). +.TP +.B olcListenerThreads: +Specify the number of threads to use for the connection manager. +The default is 1 and this is typically adequate for up to 16 CPU cores. +The value should be set to a power of 2. .TP .B olcLocalSSF: Specifies the Security Strength Factor (SSF) to be given local LDAP sessions, diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 6fb04efcc4..b198217233 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -564,6 +564,11 @@ is used, this configuration statement would result in an error, since no handlers would be associated to the resulting syntax structure. .RE +.TP +.B listener-threads +Specify the number of threads to use for the connection manager. +The default is 1 and this is typically adequate for up to 16 CPU cores. +The value should be set to a power of 2. .TP .B localSSF Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,