Skip to content
/ bonecp Public
forked from wwadge/bonecp

BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It currently beats all known connection pools, including C3P0 and DBCP, as shown on the benchmark section on the site.

License

Notifications You must be signed in to change notification settings

Jan-M/bonecp

 
 

Repository files navigation

BoneCP Targets JDK 1.5, 1.6 and 1.7. You will have to select the target compiler you wish via profiles eg:


JDK5, on a mac
mvn clean compile -P\!JDK6,\!JDK7 

JDK6, on a mac
mvn clean compile -P\!JDK5,\!JDK7 

JDK7 (default)
mvn clean compile -P\!JDK5,\!JDK6 


Note: Hibernate-provider project is no longer being maintained for jdk5


The examples above :
a) Use a \ to escape the !, this is not relevant in Windows land
b) Normally it will just detect the compiler you have so you do not need to specify any profile

About

BoneCP is a Java JDBC connection pool implementation that is tuned for high performance by minimizing lock contention to give greater throughput for your applications. It currently beats all known connection pools, including C3P0 and DBCP, as shown on the benchmark section on the site.

Resources

License

Stars

Watchers

Forks

Packages

No packages published