Try OpenEdge Now
skip to main content
.NET Open Clients
Accessing Proxy Properties : Alphabetical listing of properties : PROGRESS.Session.MinConnections
 

PROGRESS.Session.MinConnections

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