| Author |
multipools in websphere
|
|
|
| Hi
I would like to know how to setup a multipool in websphere.
multipool - multiple jdbc pools for single datasource.
Thx
Srl
| |
| Paul Ilechko 2006-02-26, 9:42 am |
| sadasiva.lingala@fmr.com wrote:
> Hi
> I would like to know how to setup a multipool in websphere.
> multipool - multiple jdbc pools for single datasource.
Why?
| |
|
| for load balancing and failover... I know for some databases you can specify the URL to include the multiple URLS (eg: Oracle 10g)but for others this may not be possible.
| |
| Paul Ilechko 2006-02-26, 9:43 am |
| sadasiva.lingala@fmr.com wrote:
> for load balancing and failover... I know for some databases you can
> specify the URL to include the multiple URLS (eg: Oracle 10g)but for
> others this may not be possible.
Most database engines provide transparent high availability to the
application server, I've never heard of anyone trying to achieve this
through different connection pools. I'm not aware of any feature in WAS
that does what you describe.
| |
|
| Thanks Paul. Google with multipool and weblogic you will find that other servers implement this feature for a while now.
Srl.
| |
|
| IBM should add this feature to their next release or update. It totally make
sense
Good point Sadasiva
"Paul Ilechko" <paul.ilechko@us.ibm.com> wrote in message
news:dtnp94$4ag5e$1@news.boulder.ibm.com...
> sadasiva.lingala@fmr.com wrote:
>
> Most database engines provide transparent high availability to the
> application server, I've never heard of anyone trying to achieve this
> through different connection pools. I'm not aware of any feature in WAS
> that does what you describe.
|
|
|
|