Configuring Failover and Load Balancing
OECGI4 supports Failover and Load Balancing modes. These modes make OECGI4 a more robust connection object and allows for extra capacity and/or redundancy to be added to a web application.
A new OECGI4 registry setting, MultipleServers, controls whether OECGI4 operates in Failover or Load Balancing Mode.
MultipleServers=0 | Failover Mode |
MultipleServers=1 | Load Balancing Mode |
You enter multiple ServerURL’s and ServerPort’s into the ServerURL and ServerPort settings comma delimited:
E.G.
ServerURL | 192.168.0.1,192.168.0.2,192.168.0.3 |
ServerPort | 18088,18088,18089 |
Please note that you must specify the same number of ServerURL and ServerPort values; that is, if you have 3 comma-delimited ServerURL values, you must have 3 comma-delimited ServerPort values.
Each of the servers listed above in the example would need to have the OEngineServer Service installed and running.