]> git.sur5r.net Git - openldap/commitdiff
ITS#6780 document multi-listener-thread support
authorHoward Chu <hyc@openldap.org>
Thu, 6 Jan 2011 19:22:45 +0000 (19:22 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 6 Jan 2011 19:22:45 +0000 (19:22 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index 463b58f8f04a4c34f3a4bf5b5f458c0bbda9547d..c1189409f51f08ca73d53d0b106bd399800a476a 100644 (file)
@@ -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: <integer>
+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: <SSF>
 Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,
index 6fb04efcc4c9e7c525313aa3af53d9ed9a07f0b1..b19821723391b169707c29f6af85874d1f32cac7 100644 (file)
@@ -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 <integer>
+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 <SSF>
 Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,