Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

database connection pooling utility

  Asked By: Chigaru    Date: May 05    Category: Java    Views: 771
  

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

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Sally Pierce     Answered On: May 05

I have heard promising things about c3p0. DBCP is also a safe choice.

 
Answer #2    Answered By: Erma Henry     Answered On: May 05

I personally use c3p0 and I'm satisfied. C3P0 is widely used in the
applications using hibernate.
Also DBCP seems to be a good  choice.

 
Answer #3    Answered By: Fabiola Ferrrari     Answered On: May 05

If you have an Application Server, you can use its connection  pooling.
Otherwise, try apache dbcp at http://commons.apache.org/dbcp/

 
Didn't find what you were looking for? Find more on database connection pooling utility Or get search suggestion and latest updates.




Tagged: