Closed GoogleCodeExporter closed 8 years ago
Initial design looks to add functionality for the following connection
strategies:
- Active-Passive
- Round-Robin
- Random
The default strategy will remain the current behavior of delegating failover to
JNDI.
Original comment by dfis...@gmail.com
on 23 Jun 2010 at 1:50
Add notion of connection strategy to connection handlers.
Implementation currently provides DEFAULT, ACTIVE_PASSIVE, ROUND_ROBIN, and
RANDOM.
DEFAULT: the existing behavior of delegating to JNDI.
ACTIVE_PASSIVE: always use the first URL unless it fails
ROUND_ROBIN: use the next URL in the list for each new connection
RANDOM: select a random URL from the list for each connection
Fixed in r1442.
Original comment by dfis...@gmail.com
on 1 Jul 2010 at 6:16
Original comment by dfis...@gmail.com
on 1 Jul 2010 at 6:32
Original issue reported on code.google.com by
dfis...@gmail.com
on 23 Jun 2010 at 1:47