Products | Versions |
---|---|
TIBCO Data Virtualization | All Supported Versions |
The steps involved in creating a connection each time enableTDVConnectionPool= false are as follows:
The property enableTDVConnectionPool(default value = false) is used to enable multiple reusable connections on standby, which are created ahead of time to save the overhead of creating new connections when they are needed as mentioned above. Once a connection is closed, it is sent back to the pool.
The difference between enableTDVConnectionPool = true and enableTDVConnectionPool=false is whether the connection pool feature is enabled or not. If set to false, the driver does not utilize the connection pooling mechanism, and each connection request will create a new connection instance.