Weight based load balancing

2004-08-18 Thread Srinivas Rao Ch
I want to implement weight based load balancing in my application. Usually what parameters are taken into consideration in weight based LB. I have cluster node's processor(s), RAM in my mind. And, network spped of the cluster node also. If you have any other in mind please share them with me

Re: Weight based load balancing

2004-08-18 Thread Tim Funk
for choosing an node. -Tim Srinivas Rao Ch wrote: I want to implement weight based load balancing in my application. Usually what parameters are taken into consideration in weight based LB. I have cluster node's processor(s), RAM in my mind. And, network spped of the cluster node also. If you have

RE: Weight based load balancing

2004-08-18 Thread Srinivas Rao Ch
of the cluster, in the production environment. Regards, Srinivas -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 6:24 PM To: Tomcat Users List Subject: Re: Weight based load balancing AFAIK - There isn't anythng like this yet. But there is work

Re: Weight based load balancing

2004-08-18 Thread Peter Lin
What kind of weight based load balancing are you thinking of? the type of load balancing I've used is based on one of several. 1. ping time 2. preset load factor - usually based on hardware 3. system load - the weight is calculated using a hash of memory and cpu usage in situations where all

Re: Weight based load balancing

2004-08-18 Thread Peter Lin
environment. Regards, Srinivas -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 6:24 PM To: Tomcat Users List Subject: Re: Weight based load balancing AFAIK - There isn't anythng like this yet. But there is work on mod_proxy