Hi there
I am trying out the Hikari connection pool and still learning its usage.
There are two warnings I see often on my app.
Connection Leaks
[HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.ProxyLeakTask - Connection leak detection triggered for...
This is a wrapper for:
https://github.com/brettwooldridge/HikariCP
It can be used the same way as the ConnectionPool from the jServer library.
Below you will find my implementation of using it with MariaDB/MySQL
Dim cp As HikariCP
cp.Initialize("org.mariadb.jdbc.Driver"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.