WQS_NUM_SEARCH_SLOTS

WIS and WQS Process Configuration

Summary

This attribute defines the maximum number of slots available in the SWRPCMTS multi-threaded RPC server shared library for threads to perform queue searching. This is an internal design feature that limits the number of “worker” threads available for the WQS process to use to process RPC requests.

Warning: Do not change the value of this process attribute unless you are advised to do so by TIBCO Support.

Applies To

This attribute should be set for ALL processes.

Permissible Values

This attribute must be an integer that is greater than or equal to the value of the RPC_SVR_CONTROL process attribute.

Default Value

The attribute is assigned the following default value when iProcess Engine is installed.

Machine ID

Process

Instance

Value

0

ALL

0

50

Notes

This attribute cannot be set when the WQS process is running. You must stop iProcess Engine if you want to change the value of this attribute.

When the iProcess Engine starts up the WQS process checks the value of the RPC_SVR_CONTROL process attribute. If it is:

less than or equal to the WQS_NUM_SEARCH_SLOTS value, the WQS_NUM_SEARCH_SLOTS value is left unchanged.
greater than the WQS_NUM_SEARCH_SLOTS value, WQS_NUM_SEARCH_SLOTS is reset to 2 * RPC_SVR_NUM_THREADS.

See Also

RPC_SVR_CONTROL