You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
billhorsman edited this page Dec 10, 2011
·
2 revisions
Proxool is a Java connection pool. It's not rocket science but we've been doing it since 2001 and we've ironed out a lot of problems. Development has slowed down considerably over the past few years but we're still here, making releases and answering support questions.
Features
Transparency: Transparently adds connection pooling to your existing JDBC driver.
Open Source: Our licence allows you flexibility to use it in both commerical and other open source products.
Standards: Complies with the J2SE API, giving you the confidence to develop to standards.
Control: You can monitor the performance of your database connections and listen to connection events
Ease of use: It's easy to configure using the JDBC API, XML, or Java property files - you decide.
Which JDK?
Proxool is fully compatible with JDKs 1.2 to 1.5. Our tests with early releases of JDK 1.6 show no problems. As of 0.8.0, because of the use of Cglib's proxy library, we are now able to support all JDKs from 1.2 upwards.