Configuring the Connection Pool Settings
The LDAP Adapter Connection Pool Settings properties include the following
parameters:
Table 73 LDAP External Adapter Properties—
Connection Pool Settings
|
Name
|
Description
|
Required Value
|
|
Steady Pool Size
|
The minimum number of connections that must be maintained in the pool.
|
The default value is 1.
|
|
Maximum Pool Size
|
The maximum number of connections allowed in the pool. 0 (zero) indicates
that there is no maximum.
|
The default value is 10.
|
|
Maximum Idle Timeout
|
The maximum time in Seconds that a connection can remain idle in the
pool. Zero indicates that there is no limit.
|
The default value is 300.
|
Note –
The current Connection Pool behavior of LDAP Adapter is as described
in the example. When the
-
Steady Pool Size is 3.
-
Outbound LDAP connections used in the CMlink is 5.
At runtime, 3*5=15 connections are established.
|