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: 475
java
|connection-pooling
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