Top "Connection-pool" questions

HikariCP Idle connections staying in connection pool as active

I am using Spring Boot (1.5.6), Hibernate, Postgres, Hikari (2.7.8) . My configuration is : spring.datasource.hikari.minimumIdle=1 spring.datasource.hikari.maximumPoolSize=20 spring.…

spring hibernate spring-boot hikaricp connection-pool
Tomcat ignores removeAbandonedTimeout and closes connections in pool

I am working on tomcat 7.0 with a JDBC connection to DB2 on an as400 using the commons dbcp. As soon …

tomcat jdbc ibm-midrange connection-pool dbcp