PROGRESS.Session.minConnections
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Data Type: Integer
Session model: Session-free only
The minimum number of connections that can be established for a given AppObject. The value
should not be greater than the value of PROGRESS.Session.maxConnections.
If the number of connections falls below the PROGRESS.Session.minConnections
value, then sufficient new connections are created (when the next request is run) to bring the
size of the connection pool back up to the PROGRESS.Session.minConnections value.
Default: 0