Thread: Locator
View Single Post
  #4 (permalink)  
Old 04-29-2003
mes's Avatar
mes mes is online now
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 976
Quote:
Originally posted by Diego Giraldez
Is it posible to have two Locators working on different machines? In that way, if one of them goes down, the other can continue giving service, so you can get high availability.
Yes, you can configure your applications with a locator proxy that contains multiple endpoints. If one of the endpoints is unreachable, the Ice runtime will automatically try the others. Furthermore, the Ice runtime randomizes the order of endpoints in each proxy it creates, to provide a simple form of load balancing.

- Mark
Reply With Quote