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 !