I implement several JavaSE applications on one server. Is it possible to establish one pool of connections (for example, C3P0) and share them among these applications? I just want to have an easy way to manage the total number of DB connections.
Are there any drawbacks to using such a centralized connection pool?
Thanks Wilson
java connection-pooling
Wilson
source share