The OSFQADDPROCESS parameter determines what process is used to add servers.
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.
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.
Anytime
This function request sets the OSFQADDPROCESS parameter.
OPSPRM_SET("OSFQADDPROCESS","QADD")
|
Copyright © 2014 CA.
All rights reserved.
|
|