Red Hat Directory Server 8.0 Configuration, Command, and File Reference

3.1.68. nsslapd-maxthreadsperconn (Maximum Threads per
Connection)
Defines the maximum number of threads that a connection should use. For normal operations
where a client binds and only performs one or two operations before unbinding, use the default
value. For situations where a client binds and simultaneously issues many requests, increase
this value to allow each connection enough resources to perform all the operations. This
attribute is not available from the server console.
Parameter Description
Entry DN cn=config
Valid Range 1 to maximum threadnumber
Default Value 5
Syntax Integer
Example nsslapd-maxthreadsperconn: 5
3.1.69. nsslapd-nagle
When the value of this attribute is off, the TCP_NODELAY option is set so that LDAP responses
(such as entries or result messages) are sent back to a client immediately. When the attribute is
turned on, default TCP behavior applies; specifically, sending data is delayed so that additional
data can be grouped into one packet of the underlying network MTU size, typically 1500 bytes
for Ethernet.
Parameter Description
Entry DN cn=config
Valid Values on | off
Default Value off
Syntax DirectoryString
Example nsslapd-nagle: off
3.1.70. nsslapd-outbound-ldap-io-timeout
This attribute limits the I/O wait time for all outbound LDAP connections. The default is 300000
milliseconds (5 minutes). A value of 0 means that the server does not impose a limit on I/O wait
time.
Parameter Description
Entry DN cn=config
Valid Range 0 to the maximum 32 bit integer value
(2147483647)
cn=config
47