WIS_TOUT_GRANULARITY
Section
WQS
Initial Value
250
Units
Milliseconds
Range
>0
Description
This setting determines the timeout period for the WIS. This effectively sets the granularity of the WIS processes timing. Therefore WIS_RPCSERVICE_PERIOD and WIS_CLIENT_IDLE_PERIOD are only guidelines to the WIS. The WIS will only check the above periods every WIS_TOUT_GRANULARITY milliseconds.For example, if WIS_TOUT_GRANULARITY is set to 2000 and WIS_CLIENT_IDLE_PERIOD set to 500, the effect will be that the WIS_CLIENT_IDLE_PERIOD will be 2 seconds because it will only be checked every 2 seconds.
Tuning
This should be set in conjunction with the WIS_RPCSERVICE_PERIOD and WIS_CLIENT_IDLE_PERIOD. It should never be greater than WIS_CLIENT_IDLE_PERIOD and for bulk loading it should be the set the same.In general, this should be set to the same value as WIS_CLIENT_IDLE_PERIOD or if less then no less than ¼ of the WIS_CLIENT_IDLE_PERIOD as it causes additional overhead with no benefit.
Related Parameters
WIS_MAXFILEDESC,
WIS_CLIENT_IDLE_PERIOD,
WIS_MBOX_WORK_LIMIT.