hikaricp

  1. cheveguerra

    Share My Creation jRDC2 MultiDB Server (JSON, HikariCP)

    1. Introduction and Architecture This project is a modified version of the original jRDC2 Server. The multi-database support is based on Erel's JDC2 Multiple Database modification, and includes three main structural changes: HikariCP Migration: The connection pool was migrated from C3P0 to...
  2. Mashiane

    B4J Question [SOLVED] Hikari usage with MySQL: Connection Leaks / Connection not available

    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...
  3. M

    B4J Library HikariCP - High Performance Connection Pool

    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"...
Top