Does anyone know a good database connection pooling utility. I encounter number of utilities on the internet like DBPool but I want to hear about the experience of subscribers of this mailing list. tnx
I have heard promising things about c3p0. DBCP is also a safe choice.
I personally use c3p0 and I'm satisfied. C3P0 is widely used in theapplications using hibernate.Also DBCP seems to be a good choice.
If you have an Application Server, you can use its connection pooling.Otherwise, try apache dbcp at http://commons.apache.org/dbcp/