JDBC Connection Pool
BoneCAP Version 0.6.5
BoneCP version 0.6.5 is now available.
BoneCP is an open source Java JDBC connection pool library which aims to minimise lock contention. Features include JMX support and custom pool name support.
This version introduces automatic replay of a transaction, where all activity on a transaction is saved. This means that if a recoverable exception occurs, the pool should automatically play back all of the transaction.
0 Comments