ITS#6780 document multi-listener-thread support

This commit is contained in:
Howard Chu 2011-01-06 19:22:45 +00:00
parent be897b6679
commit e45c601be0
2 changed files with 10 additions and 0 deletions

View 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,

View 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,