The Tools_EnableLoadBalancing() function causes load balancing to be enabled for a process server or client workstation.
Tools_EnableLoadBalancing()
• None
The boolean value true.
When load balancing is enabled on a process server, the process server registers itself with the Distributed Process Manager (DPM) so processes will be sent to it. This is typically done in the dpsInit procedure. When load balancing is enabled on a client, the DPM is consulted when processes are sent to process servers to ascertain which is the best process server to receive the process.
You must use Tools_EnableLoadBalancing() on all client and process server workstations for load balancing to work properly. |