Questo contenuto non è disponibile nella lingua selezionata.
Chapter 12. Tuning server connection management
The nsslapd-numlisteners attribute specifies the number of listener threads the Directory Server can use to monitor established connections. You can improve the response times when the server experiences a large number of client connection by increasing the attribute value.
12.1. Managing the number of connection listener threads by using the command line Copia collegamentoCollegamento copiato negli appunti!
You can manage the number of connection listener threads by using the command line. The default value is 1.
Procedure
List the number of connection listener threads:
# dsconf -D "cn=Directory Manager" ldap://server.example.com config get nsslapd-numlistenersModify the number of connection listener threads:
# dsconf -D "cn=Directory Manager" ldap://server.example.com config replace nsslapd-numlisteners=4Restart the instance:
# dsctl instance_name restart