The
provides the configuration for the server work queue and
is responsible for ensuring that requests received from clients are
processed in a timely manner.
Only a single work queue can be defined in the server.
Whenever a connection handler receives a client request, it should
place the request in the work queue to be processed
appropriately.
ds-cfg-work-queue
top
Specifies the fully-qualified name of the Java class that provides the
implementation.
org.opends.server.api.WorkQueue
ds-cfg-java-class
Defines the maximum number of concurrent persistent searches that
can be performed on Directory Server
The persistent search mechanism provides an active channel through which entries that change,
and information about the changes that occur, can be communicated. Because each persistent search
operation uses one thread, limiting the number of simultaneous persistent searches prevents certain
kinds of denial of service attacks. A value of 0 indicates that there is no limit on the persistent searches.
Let the server decide.
ds-cfg-max-psearches