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 —Specify the default priority level.

  • default-worker-threads default_worker_threads —Specify the default number of worker threads.

  • default-queue-size default_queue_size —Specify the default size of the queue.

  • default-processing-threads default_processing_threads —Specify 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 —Specify the service name for which the threading configuration is enabled.

  • priority priority —Specify the priority of the thread.

  • queue-size queue_size —Specify the queue size.

  • threads number_threads —Specify the number of threads to be processed.