Question
1
Replies
1512
Views
Posted: January 23, 2018
Last activity: January 23, 2018
Closed
Which Connection Pool (i.e. HikariCP vs. Tomact vs. DBCP2 vs. etc..)
Hello,
I'm using Pega 7.2.2 with Tomcat 8.5 and PostgresSQL 9.5
Which connection pool do you recommend (and is supported) to access the DB ?
I have an eye on HikariCP which seems to be the right choice (e.g. Liferay made that choice, see https://web.liferay.com/fr/web/user.26526/blog/-/blogs/tomcat-hikaricp ) instead of the default one (i.e Tomcat).
Thanks !
Its best practice to rely on your application server to handle JDBC connection pooling.Though, I don't have idea about HikariCP.