From e45c601be0f47d6fb67bf67d8b048671fc3c12bb Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 6 Jan 2011 19:22:45 +0000 Subject: [PATCH] ITS#6780 document multi-listener-thread support --- doc/man/man5/slapd-config.5 | 5 +++++ doc/man/man5/slapd.conf.5 | 5 +++++ 2 files changed, 10 insertions(+) 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, -- 2.39.5