On Nov 6, 2006, at 9:33 AM, Sam wrote:

>> How can i configure one server to serve more than the other?
>
> Since 3.0.20, there is a "client-weight" option for each srun. For  
> eaxample, the following causes
> server a to get used twice as much as server b:
>
>   <srun id="a" host="192.168.11.101" port="6802" client-weight="2"/>
>   <srun id="b" host="192.168.11.102" port="6802" client-weight="1"/>
>
> For 3.1 and later, it is called "load-balance-weight":
>
>   <server id="app-a" host="192.168.11.101" port="6802" load-balance- 
> weight="2"/>
>   <server id="app-b" host="192.168.11.102" port="6802" load-balance- 
> weight="1"/>

True, but it's only available using Resin as a load balancer, not  
Apache/mod_caucho.

-- Scott

>
> -- Sam
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to