bonecp « Connection « Java Database Q&A





1. Java Connection Pooling best practices?    stackoverflow.com

After getting fed up with c3p0's constant locking I'm turning to boneCP for an alternative Connection Pool for my Database. I have a server app that processes around 7,000 items per ...

2. Does BoneCP (or any other pool) close connection's statements when connection is returned to pool?    stackoverflow.com

Does BoneCP (or any other pool) close connection's statements when connection is returned to pool? As I understand, it does not call actual connection's close method, so there is no automatic ...

3. Java JDBC connection pool library choice in 2011?    stackoverflow.com

Which JDBC connection pool library should I use for a new application project (not web application)?

4. c3p0 or dbcp or BoneCP can handle broken connections    stackoverflow.com

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 ...

5. Java Database connection pool (BoneCP vs DBPool vs c3p0)    stackoverflow.com

For a Java app outside of a J2EE container, which connection pool library is the best?

  • I heard c3p0 is getting outdated.
  • Jakarta's common pool library is no longer under development
Therefore I'm left ...