28 Sep
2012
28 Sep
'12
4:10 a.m.
lscrlstld wrote:
Can I use the Load-Balance-Key to choose a specific home_server?
That sort of negates the utility of load balancing, doesn't it?
if ( ... ) { update control { Load-Balance-Key := 1} #sends to server1 } else { update control { Load-Balance-Key := 2} #sends to server2 }
Well, you can do that. But you can't control which server it gets sent to. You'll have to play with the key values to figure out how they map to a server. Alan DeKok.