On ons, 2008-06-11 at 19:27 +0800, Roy M. wrote:
> So I hope the one with more CPU power (it can be config. my me
> manually) can be sharing more requests, what would be the best setup
> for this?
round-robin weight=X
assigns requests proportional to the weight assigned to the server.
a weight=1, b weight=2, c weight=1, sends 25% (1/(1+2+1)) of the
requests to a, 50% to b and 25% to c.
Regards
Henrik
This archive was generated by hypermail 2.2.0 : Thu Jun 12 2008 - 12:00:04 MDT