Re: Arranging mod_proxy_balancer in trunk

2010-04-15 Thread Jim Jagielski
On Apr 14, 2010, at 1:31 PM, jean-frederic clere wrote: > On 04/14/2010 07:26 PM, Jim Jagielski wrote: >> >> On Apr 14, 2010, at 1:10 PM, jean-frederic clere wrote: >> You should also likely pass a int * (or something) to handle >> the requirement to also "know" total_factor outside of t

Re: Arranging mod_proxy_balancer in trunk

2010-04-14 Thread jean-frederic clere
On 04/14/2010 07:26 PM, Jim Jagielski wrote: > > On Apr 14, 2010, at 1:10 PM, jean-frederic clere wrote: > You should also likely pass a int * (or something) to handle > the requirement to also "know" total_factor outside of that > call... Of course, lbstatus is something that outside

Re: Arranging mod_proxy_balancer in trunk

2010-04-14 Thread Jim Jagielski
On Apr 14, 2010, at 1:10 PM, jean-frederic clere wrote: You should also likely pass a int * (or something) to handle the requirement to also "know" total_factor outside of that call... Of course, lbstatus is something that outside code shouldn't really know about, but that's a

Re: Arranging mod_proxy_balancer in trunk

2010-04-14 Thread jean-frederic clere
Apr 8, 2010, at 3:58 AM, jean-frederic clere wrote: >>>> >>>>> On 04/07/2010 03:40 PM, "Plüm, Rüdiger, VF-Group" wrote: >>>>>> >>>>>> >>>>>>> -Original Message----- >>>>>>> From

Re: Arranging mod_proxy_balancer in trunk

2010-04-14 Thread Jim Jagielski
> On 04/07/2010 03:40 PM, "Plüm, Rüdiger, VF-Group" wrote: >>>>> >>>>> >>>>>> -Original Message- >>>>>> From: jean-frederic clere [mailto:jfcl...@gmail.com] >>>>>> Sent: Mittwoch, 7. April 2010

Re: Arranging mod_proxy_balancer in trunk

2010-04-14 Thread jean-frederic clere
gt;>> >>>>> -Original Message- >>>>> From: jean-frederic clere [mailto:jfcl...@gmail.com] >>>>> Sent: Mittwoch, 7. April 2010 15:32 >>>>> To: dev@httpd.apache.org >>>>> Subject: Arranging mod_prox

Re: Arranging mod_proxy_balancer in trunk

2010-04-13 Thread Jim Jagielski
n-frederic clere [mailto:jfcl...@gmail.com] >>>> Sent: Mittwoch, 7. April 2010 15:32 >>>> To: dev@httpd.apache.org >>>> Subject: Arranging mod_proxy_balancer in trunk >>>> >>>> Hi, >>>> >>>> In mod_proxy_bala

Re: Arranging mod_proxy_balancer in trunk

2010-04-13 Thread Jim Jagielski
2010 15:32 >>> To: dev@httpd.apache.org >>> Subject: Arranging mod_proxy_balancer in trunk >>> >>> Hi, >>> >>> In mod_proxy_balancer after >>> runtime = find_session_route(*balancer, r, &route, &sticky, url); >>> &g

Re: Arranging mod_proxy_balancer in trunk

2010-04-08 Thread jean-frederic clere
On 04/07/2010 03:40 PM, "Plüm, Rüdiger, VF-Group" wrote: > > >> -Original Message- >> From: jean-frederic clere [mailto:jfcl...@gmail.com] >> Sent: Mittwoch, 7. April 2010 15:32 >> To: dev@httpd.apache.org >> Subject: Arranging

Re: Arranging mod_proxy_balancer in trunk

2010-04-07 Thread Mladen Turk
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 *e

RE: Arranging mod_proxy_balancer in trunk

2010-04-07 Thread Plüm, Rüdiger, VF-Group
> -Original Message- > From: jean-frederic clere [mailto:jfcl...@gmail.com] > Sent: Mittwoch, 7. April 2010 15:32 > To: dev@httpd.apache.org > Subject: Arranging mod_proxy_balancer in trunk > > Hi, > > In mod_proxy_balancer after > runtime = find_sess

Arranging mod_proxy_balancer in trunk

2010-04-07 Thread jean-frederic clere
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_metho