blob: 92a63710599c9b45b6290ceb4882ec8af06859e1 (
plain) (
blame)
1
2
3
4
5
6
7
|
The Bitmechanic JDBC Connection Pool provides developers a way to easily
cache open connections to databases. This is useful in server environments
since opening database connections can be slow.
For more details see:
WWW: http://www.bitmechanic.com/projects/jdbcpool/
|