Hello, in my tomcat cluster I've got more than one connection pool, shared via jndi by more than one application. So SmartClient connection pooling is disabled.
I've just realized that I can also enable it by setting sql.myDb.pool.enabled to true in server.properties.
It's not entirely clear to me what this setting will affect and if it's recommended to enable it.
I've just realized that I can also enable it by setting sql.myDb.pool.enabled to true in server.properties.
It's not entirely clear to me what this setting will affect and if it's recommended to enable it.
Comment