What is best approach for connection pooling?

Posted by Bhushan on Stack Overflow See other posts from Stack Overflow or by Bhushan
Published on 2010-05-13T12:07:38Z Indexed on 2010/05/13 12:24 UTC
Read the original article Hit count: 326

I am implementing connection pooling in project. Performance wise which is better approach to do it?

  • Hibernate (using C3PO or DBCP)
  • Configuring JDBC data-source in Application server.

Application server Portability is not an important factor for me. Please suggest the approach.

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about connection-pooling