Bonecp 0.6.4 released, efficient Java Database Connection Pool
Source: http://www.javaeye.com/news/13635-bonecp-java-connection-pool
Bonecp 0.6.4 released! Bonecp is a fast, efficient, and open-source free Java database connection pool. The creator said that bonecp will completely surpass all mainstream Java connection pools in terms of performance. It can help you manage data connections and make your applicationsProgramAllows faster database access. It is 25 times faster than c3p0/DBCP connection pool.
New features:
- The delayed loading feature allows the connection pool to be delayed during bonecp 0.6.4 initialization;
- Dynamicperformanceproxy class, which allows bonecp 0.6.4 to seamlessly switch data sources during runtime;
- Added the connection test function before startup;
- The warning message is sent when the application does not release the connection;
- Improves the statement cache mechanism, which makes it faster to obtain statement;
- Improved the richer documentation functions;
- Fixed a large number of bugs (including the bug of missing exception information when an error is displayed );
- ......
Click to View Details: http://jolbox.com/