Re: Cluster Connections
Posted by: Roberto Ezequiel Garcia Ballesteros
Date: October 29, 2013 11:15AM

Hi Larry,

Right now Load balancing is using Round robin and starts using the first server in your servers list but only the first time. As the Connector Manager is a static class, it will continue using round robin even if you start a new connection, what I mean is the first time it will use the first server but new consecutive connections could start with other than the first server.

Also if this load balancing method doesn't fit your requirement, you can create a custom load balancing plugin and implement your our logic for this. If you need more information about please let me know.

Cheers,
Roberto

Options: ReplyQuote


Subject
Written By
Posted
October 23, 2013 02:34PM
Re: Cluster Connections
October 29, 2013 11:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.