BoneCP

The JDBC Connection Pool
Download

BoneCP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Wallace Wadge
  • Publisher web site:

BoneCP Tags


BoneCP Description

The JDBC Connection Pool BoneCP is an open source and fast Java database connection pool (JDBC Pool). If you are familiar with C3P0 and DBCP then you already what this means. For the rest, this is a library that will manage a database connection for you to get faster database access in your application. Why write another alternative to C3P0/DBCP?In our case, the available solutions were simply not fast enough. C3P0 worked great for small workloads but as we pushed it harder, it became clear that it was slowing our throughput down (especially in terms of CPU usage). DBCP was not recommended for production use at the time we needed it (and was slower in some cases anyway). In the end, we have produced a new connection pool library that is fast, sometimes almost 25 times faster than the next fastest option. Don't take our word for it though, run the provided benchmark test yourself or go ahead and create your own. DisclaimerDespite having 100% unit test coverage, this project is still considered to be beta software. Use with care! Requirements: · Java 2 Standard Edition Runtime Environment What's New in This Release: · Keep better track of connections in case of a DB disconnect (thanks 'ninja' !)


BoneCP Related Software