What is a Multipool used for inside WebLogic?
Created May 7, 2012
Robert Castaneda You can think of a Multipool as a "pool of pools". WebLogic 6.x allows you to create a Multipool and have it mapped to a DataSource.
Multipools support two mutually exlusive algorithms:
Multipools support two mutually exlusive algorithms:
- Load Balancing - where requests are shared amongst the pools and,
- High Availability - where the first pool is used until a fatal exception occurs, then control is passed to the second pool. Note that transaction information is not saved in the event of an error.