
yapool
Project moved to Github
Yet Another Pool provides a generic pool implementation (using Java concurrent classes) with special attention to database connection pools. A default SqlPool is efficient, configured to prevent leasing invalid connections to the application and closes idle connections.
Yet, any pool can be customized (during runtime) by adding and removing listeners that can react to pool events as they occur (e.g. a listener can measure pool performance).
Support for datasources, Hibernate and Tomcat is included. There are also a couple of bean-utilities available for setting values in the many get/set-bean methods in the pool (related) classes.
Examples, downloads and resources are available at the main Wiki page.
Release 0.9.1 (and higher) is suitable for production (but, as always, verify with acceptance tests). Latest stable release is 0.9.3.
Project Information
The project was created on Oct 29, 2013.
- License: MIT License
- 1 stars
- svn-based source control