TRODispatchOption

Overview

Enumerator for types of load balancing and fault tolerance.

Location

  • Unit: uROTransportChannel.pas
Value Description
doFaultTolerant Enables fail-over support. If the connection to any given server fails, the channel will automatically keep trying the next server specified in ServerLocators, until a working server is found or all servers have been tried.
doLoadBalanced Each request dispatched through the channel will go to a different server configured in ServerLocators, resulting in calls being more or less equally distributed over the available servers.