I'm reading about c3p0 and dbcp for handling jdbc connections and heard alot of problems and people saying dbcp is dead but c3p0 can't do jdbc4 and so on. But I don't know if these posts are out of date.

Now I hit on BoneCP which explains how broken connections are handled here. Connections are wrapped and BoneCP does some prechecking of exceptions before they get passed to the application. If something is wrong with the connection BoneCP removes it from the pool.

1.) Do all these pools have that kind of connection handling?

2.) This question gets asked over and over again, but I couldn't find any answer from 2011. What one shall I use for a new application, that will be maintained for the next 10 years, if not more.

link|improve this question

71% accept rate
Is there a reason why you are not using the pool implementation provided by the application server? Is it the case that your application server does not have one? – Vineet Reynolds Jun 12 '11 at 11:46
Is not a web application. These things do still exist :-) It's a piece of software that can be very multi-threaded and access the database very randomly. I don't want to reinvent the wheel if there's already some good stuff for accessing databases concurrently. – Franz Kafka Jun 12 '11 at 11:51
2  
You might find the answer in this question. – Vineet Reynolds Jun 12 '11 at 11:54
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.