Note: this is an abstract component that cannot be instantiated.
The Work Queue 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.
↓Direct Subcomponents
↓Properties
↓dsconfig Usage
The following Work Queues are available in the server :
These Work Queues inherit from the properties described below.
The properties supported by this managed object are as follows:
To view the Work Queue configuration:
dsconfig get-work-queue-prop [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the Work Queue configuration:
dsconfig set-work-queue-prop (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...