View Single Post
  #1 (permalink)  
Old 10-16-2005
Yunqiao Yin's Avatar
Yunqiao Yin Yunqiao Yin is offline
Registered User
 
Name: Yin Yunqiao
Organization: Baosteel
Project: real time process control system
 
Join Date: Jan 2004
Location: China
Posts: 56
make Load balance and Fault Tolerance as configurable features!

It's exited the the ICE client can choose servers(load balance) or change to another server(fault tolerance) with multiple endpoints.But sometimes we want to disable one of them. For example,I just want to use fault tolerance.Namely,when the first server is aviable,never connect to the second one(no load balance).
I suggest that add 2 Ice properties:Ice.Client.LB and Ice.Client.FT. Both default value is 1,that means either LB(load balance) or FT(fault tolerance) are enabled. Ice.CLient.LB=0 will disable Load balance feature,Ice.Client.FT=0 will disable fault tolerance feature.
__________________
Yunqiao Yin
Baosteel
real-time process control
ICE中文论坛http://lingdoo.just.as 欢迎大家捧场
Reply With Quote