@@ -1663,15 +1663,15 @@ The default value is 0.
1663
1663
1664
1664
This property may be overridden when [creating a connection pool](#createpool).
1665
1665
1666
- For pools created with [External Authentication](#extauth) or with
1667
- [`homogeneous`](#createpoolpoolattrshomogeneous) set to *false*, the
1668
- number of connections initially created is zero even if a larger value
1669
- is specified for `poolMin`. The pool increment is always 1,
1670
- regardless of the value of
1671
- [`poolIncrement`](#createpoolpoolattrspoolincrement). Once the number
1672
- of open connections exceeds `poolMin` and connections are idle for
1673
- more than the [`poolTimeout`](#propdbpooltimeout) seconds, then the
1674
- number of open connections does not fall below `poolMin`.
1666
+ For pools created with [External Authentication](#extauth), with
1667
+ [`homogeneous`](#createpoolpoolattrshomogeneous) set to *false*, or when using
1668
+ [Database Resident Connection Pooling (DRCP)](#drcp), then the number of
1669
+ connections initially created is zero even if a larger value is specified for
1670
+ `poolMin`. Also in these cases the pool increment is always 1, regardless of
1671
+ the value of [`poolIncrement`](#createpoolpoolattrspoolincrement). Once the
1672
+ number of open connections exceeds `poolMin` and connections are idle for more
1673
+ than the [`poolTimeout`](#propdbpooltimeout) seconds, then the number of open
1674
+ connections does not fall below `poolMin`.
1675
1675
1676
1676
A fixed pool size where `poolMin` equals `poolMax` [is strongly
1677
1677
recommended](#conpoolsizing). This helps prevent connection storms and helps
0 commit comments