Re: [Architecture] HikariCP as jdbc connection pool implementation for C5

2016-02-23 Thread Ruwan Abeykoon
Hi All, Is there something compatible to "testWhileIdle" (DBCP/TomcatCP) in HikariCP ?, This is something which can be helpful to prevent connection pool exhaustion due to some firewall behaviour [1]. I think we need to add this in our wrapper, if it is not supported OOB in HikariCP.

[Architecture] HikariCP as jdbc connection pool implementation for C5

2016-02-23 Thread Dinusha Boteju
Hi all, We are in the process of implementing data sources for C5. As the jdbc connection pool implementation we are hoping to use HikariCP [1]. For previous Carbon versions tomcat jdbc connection pooling is used as the connection pool implementation. The reasons behind migrating from tomcat