Enables the use of the GeneXus built-in connection pooling mechanism.
Enables or disables the use of the GeneXus built-in connection pooling.
The GeneXus built-in connection pooling is the default mechanism which is used to manage DBMS connections.
Each time an application attempts to access a database, it requires resources to create, maintain, and release a connection to that data store. The GeneXus built-in connection pooling establishes a pool of backend connections to be shared by the application. Connection pooling spreads the connection overhead across several user requests, thereby conserving application resources for future requests.
When this property is set to "true", the GeneXus built-in connection pooling is used and the following properties define the pooling behavior:
When this property is set to "false" the GeneXus built-in connection pooling is not used.