Tools_DisableLoadBalancing()

Examples


The Tools_DisableLoadBalancing() function causes load balancing to be disabled for a process server or client workstation.

Syntax

Tools_DisableLoadBalancing()

Parameters

• None

Return value

The boolean value true.

Comments

When load balancing is disabled on a process server, the process server unregisters itself with the Distributed Process Manager (DPM) so no processes will be sent to it. When load balancing is disabled on a client, the DPM is no longer consulted when processes are sent to process servers.


Documentation Feedback