On 04/07/2010 03:31 PM, jean-frederic clere wrote:
Hi,

In mod_proxy_balancer after
runtime = find_session_route(*balancer, r,&route,&sticky, url);

There is a logic that belongs to the LB implementation, my idea is to add a
apr_status_t (*updatelbstatus)(proxy_balancer *balancer, proxy_worker
*elected, server_rec *s);
in the proxy_balancer_method (mod_proxy.h) and call the LB implementation.

Comments?


+1

However if the balancer doesn't implement his own session
affinity determination logic, default one should be used thought,
so that we don't duplicate the code inside each balancer

Regards
--
^TM

Reply via email to