On 06/16/2009 09:20 PM, h iroshan wrote: > Hi RĂ¼diger and all, > > Actually I want to know ,can't we done it by changing the source code of > mode proxy balancer.Because properties of the mod_proxy_balancer gets from > the config. After first time set values for the scoreboard properties by > config file , mod_proxy_balancer uses this scoreboard lbfactor value. > lbfactor value never updated again and again > > So is it possible to update scoreboard lbfactor by source code periodically > in order to provide dyanamic load balancing mechanism to this module.
Yes it can be changed dynamically. Please see the implementation of the balancer-manager handler. I guess another good source for you could be http://jfclere.blogspot.com/ which talks about mod_cluster (actutally Jean-Frederic is the author of mod_cluster). Regards RĂ¼diger