How to share connection pool among multiple Java applications

Posted by Wilson on Stack Overflow See other posts from Stack Overflow or by Wilson
Published on 2010-05-03T17:05:14Z Indexed on 2010/05/03 17:08 UTC
Read the original article Hit count: 445

Filed under:
|

Hi all. I'm implementing several JavaSE applications on single server. Is it possible to setup a single connection pool (e.g. C3P0) and share among these applications? I just want to have an easy way to manage the total number of DB connections.

Is there any drawbacks using such centralized connection pool?

Thank you, Wilson

© Stack Overflow or respective owner

Related posts about java

Related posts about connection-pooling