Setting Mediator Parallel Worker Threads
By increasing the number of parallel worker threads, environments with large workloads can process more requests at the same time.
Getting ready
For more details, refer to the Getting ready section of the Setting Mediator Parallel Routing Rules recipe.
How to do it...
To set the Parallel Worker Threads
property, perform the following steps:
Follow the steps from 1 through 3 from the Setting Mediator Parallel Metrics Level recipe.
Set the property
Parallel Worker Threads
to a larger value, such as10
.
How it works...
The Parallel Worker Threads
property determines the number of threads available for processing parallel routing rules. If you have many parallel routing rules defined in your application, then the default value of 4
may not be sufficient; so you can increase the number of threads to allow more parallel rule requests to be processed concurrently.
See also
The Setting Parallel Locker Thread Sleep recipe
The Setting Mediator Parallel Maximum Rows Retrieved...