| Oracle® Fusion Middleware Man Page Reference for Oracle Directory Server Enterprise Edition 11g Release 1 (11.1.1.7.0) Part Number E28967-01 |
|
|
PDF · Mobi · ePub |
Directory Proxy Server configuration property
Description
| Characteristic | Value |
|---|---|
|
Syntax |
|
|
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.
failoverRequests 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.
saturationRequests 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.
proportionalRequests are distributed to data sources in proportion to the weight of a data source and its cumulative load.
operational-affinityRequests 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-serverRequests are distributed to the data source with the quickest response time.
adaptive-failoverRequests 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-poolOne 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