aspose file tools
The moose likes JDBC and the fly likes connection pool across multiple jvm processes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "connection pool across multiple jvm processes" Watch "connection pool across multiple jvm processes" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: connection pool across multiple jvm processes
 
Similar Threads
core java communicates with servlet or jsp?
connection pooling in struts
Shared DB Connection Pool
New Article: JDBC Connection Pooling
How to use 1 connection pool for multiple processes?