Skip Headers
Oracle® Fusion Middleware Man Page Reference for Oracle Directory Server Enterprise Edition
11g Release 1 (11.1.1.7.0)

Part Number E28967-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

load-balancing-algorithm

Directory Proxy Server configuration property

Description

Characteristic Value

Syntax

enumeration

Default value

proportional

Must be set

No

Is modifiable

Yes

Is multivalued

No

Requires restart

Yes


This property specifies the algorithm that determines how operations are distributed to the data sources attached to a data source pool.

This property can take the following values in addition to the default.

failover

Requests are distributed exclusively to the data source with the highest weight. If that data source fails, requests are distributed exclusively to the data source with the next highest weight.

saturation

Requests are distributed to the data source with the highest weight until the data source approaches its saturation level. Requests are then sent to the data source with the next highest weight .

When the data source with the highest weight drops below its saturation level, Directory Proxy Server resumes sending requests to that data source.

proportional

Requests are distributed to data sources in proportion to the weight of a data source and its cumulative load.

operational-affinity

Requests are allocated a hash value according to the type of the request and the properties of the request. Hash values are allocated to data sources in proportion to the weight of a data source and its cumulative load.

fastest-server

Requests are distributed to the data source with the quickest response time.

adaptive-failover

Requests are distributed to N active data sources with the highest weights so that the sum of the active data sources weights reach the configured processing power value.

This property is used to configure the following features:

ldap-data-source-pool

One or more data sources are attached to a data source pool for load balancing and failover.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE

Availability

SUNWdsee7

Stability Level

Evolving


See Also

dpconf(1M)