Configuring the Async Threading Parameters
This section describes how to fine tune the async threading parameters.
To configure the http2-threading parameters, use the following configuration in the Policy Ops Center console:
config
advance-tuning
async-threading
default-priority default_priority
default-worker-threads default_worker_threads
default-queue-size default_queue_size
default-processing-threads default_processing_threads
default-drop-oldest-when-full [ true | false ]
threading-config service_name
priority priority
queue-size queue_size
threads number_threads
end
NOTES:
-
advance-tuning – Enters the advance tuning configuration mode.
-
async-threading – Enters the async threading configuration mode.
-
default-priority default_priority – Specifies the default priority level.
-
default-worker-threads default_worker_threads – Specifies the default number of worker threads.
-
default-queue-size default_queue_size – Specifies the default size of the queue.
-
default-processing-threads default_processing_threads – Specifies the default number of threads used for processing.
-
default-drop-oldest-when-full [ true | false ] – Indicates if the oldest message in the queue should be removed when the queue is full.
-
threading-config service_name – Indicates the service name for which the threading configuration is enabled.
-
priority priority – Specifies the priority of the thread.
-
queue-size queue_size – Indicates the queue size.
-
threads number_threads – Specifies the number of threads to be processed.