PROGRESS.Session.MinConnections
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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