Copyright © Cloud Software Group, Inc. All Rights Reserved |
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.
This attribute must be an integer that is greater than or equal to the value of the RPC_SVR_CONTROL process attribute.
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.
Copyright © Cloud Software Group, Inc. All Rights Reserved |