Re: Connection Pool - Multiple Database ?

From: Mike Briggs <mikeb_at_probes.com>
Date: Thu, 09 Mar 2000 15:58:02 -0800
Message-ID: <38C83A8A.A5C416FA_at_probes.com>


[Quoted] As far as I know, multiple brokers are the only real solution, since a connection must be built for a particular database. I built a single broker that handled multiple connection pools, with the getConnection() and returnConnection() methods taking an integer indicated which pool the connection was drawn from. Programs needing access to multiple database schemae were still required to do multiple get's and return's .

Elvina Hendrata wrote:

> Does anybody know the best solution of how to use connection pool for
> multiple databases (do we need multiple brokers)?
>
> Thank you
Received on Fri Mar 10 2000 - 00:58:02 CET

Original text of this message