tibemsFactoryLoadBalanceMetric
Type
Remarks
When a connection factory balances the client load among several servers, it uses this metric to determine the least loaded server, so the connection factory can create a connection to it.
Constant | Description |
---|---|
TIBEMS_FACTORY_LOAD_BALANCE_METRIC_NONE | Indicate absence of any load balancing metric. |
TIBEMS_FACTORY_LOAD_BALANCE_METRIC_CONNECTIONS | The connection factory balances the connection load among several servers by creating a connection to the server with the fewest number of connections. |
TIBEMS_FACTORY_LOAD_BALANCE_METRIC_BYTE_RATE | The connection factory balances the connection load among several servers by creating a connection to the server with the lowest total byte rate (input and output). |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.