| Author |
connection pool across multiple jvm processes
|
Sree Nivas
Ranch Hand
Joined: Jul 24, 2003
Posts: 95
|
|
Hello All, We are using postgresql database for connection pool and we have different processes running under different jvms. My question is: is it possible to share single connection pool by all the processes running under different jvms? If so, how? thanks & regards Sree nivas
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
Not directly, but you could have them all connect to a single database service jvm that manages all database connections directly.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: connection pool across multiple jvm processes
|
|
|