Max Pool Size
- Last Updated: February 7, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Documentation
Attribute
MaxPoolSize (MXPS)
Purpose
Specifies the maximum number of connections allowed within a single connection pool. When the maximum number of connections is reached, no additional connections can be created in the connection pool.
Valid Values
x
where:
- x
- is an integer from
1to65535.For example, if set to
20, the maximum number of connections allowed in the pool is20.
Notes
- This connection option can affect performance.
Default
100