Previous Topic: OSFQADD ParameterNext Topic: OSFQUE Parameter


OSFQADDPROCESS Parameter

The OSFQADDPROCESS parameter determines what process is used to add servers.

Default value
QADD

Add servers every time the queue depth is OSFQADD+1 + (n * OSFQADD) until OSFMAX is reached. Where ‘n’ equals the number of dynamically added servers. For example: If OSFMIN=2 OSFQADD=2 and OSFMAX=5 a new server would be added when the queue reached a depth of 3, 5, and 7. This algorithm is used to optimize performance.

Other possible values
AVAIL

Add servers for every request in the queue that exceeds the OSFQADD depth, until OSFMAX is reached. When the system is under heavy workload, coding this parameter could result in performance issues.

Set or modify this parameter...

Anytime

Example: OSFQADDPROCESS

This function request sets the OSFQADDPROCESS parameter.

OPSPRM_SET("OSFQADDPROCESS","QADD")