Chapter 4 Load Balancing, Failover, and Component Availability


High availability

High availability provides access to your business components and Jaguar services even if a Jaguar server is unavailable.

You can use clusters to achieve high availability if:

To guarantee end-to-end high availability, clients should use URLs of the form "iiop://host1:9000;iiop://host2:9000;..." when doing any of the activities listed below.

In the first three cases, the client's URL list should be the cluster's server list, or a subset of that list.

This ensures that no part of a client's initialization is limited to a single point of failure.

Note   You can support non-Jaguar clients (that do not support the Jaguar-proprietary multiple URL form) by creating a Jaguar service component that, upon server start-up, writes a file containing the stringified IOR for a multiserver URL. This IOR file can then be read by any client using an HTTP connection.

 


Copyright © 2000 Sybase, Inc. All rights reserved.