forked from wwadge/bonecp
-
Notifications
You must be signed in to change notification settings - Fork 1
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
ssaarela/bonecp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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: JDK6, on a mac mvn clean compile -PJDK5 -Djdk5home=/System/Library/Java/JavaVirtualMachines/1.5.0.jdk/Contents/Home/ JDK6, on a mac mvn clean compile -PJDK6 -Djdk6home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/ JDK7 (default) mvn clean compile
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 0
No packages published
Languages
- Java 100.0%