Re: age in proxy_balancer_method

2024-02-15 Thread jean-frederic clere
On 12/21/23 19:32, Rainer Jung wrote: I guess it could be like this: when Mladen originally implemented the by requests load balancing method in mod_jk he used the count and subtract method for the counters. He then ported this to mod_proxy_balancer and I think it is still, how by requests

Re: age in proxy_balancer_method

2024-01-08 Thread jean-frederic clere
On 1/2/24 14:47, Jim Jagielski wrote: Yeah, that sounds about right. I'd say that whatever changes need (or should be) made are fine Thanks I will keep experimenting ;-) On Dec 21, 2023, at 1:32 PM, Rainer Jung wrote: I guess it could be like this: when Mladen originally implemented the

Re: age in proxy_balancer_method

2024-01-02 Thread Jim Jagielski
Yeah, that sounds about right. I'd say that whatever changes need (or should be) made are fine > On Dec 21, 2023, at 1:32 PM, Rainer Jung wrote: > > I guess it could be like this: when Mladen originally implemented the by > requests load balancing method in mod_jk he used the count and

Re: age in proxy_balancer_method

2023-12-21 Thread Rainer Jung
I guess it could be like this: when Mladen originally implemented the by requests load balancing method in mod_jk he used the count and subtract method for the counters. He then ported this to mod_proxy_balancer and I think it is still, how by requests counting woorks there. There are pros

Re: age in proxy_balancer_method

2023-12-20 Thread jean-frederic clere
On 12/20/23 21:22, Jim Jagielski wrote: I'll have to go back through my notes... I do recall adding fields that although were not being used at the time, were _going to be used_ as some point, and I didn't want to have to worry about ABI compatibility. Cool I will wait before implementing

Re: age in proxy_balancer_method

2023-12-20 Thread Jim Jagielski
I'll have to go back through my notes... I do recall adding fields that although were not being used at the time, were _going to be used_ as some point, and I didn't want to have to worry about ABI compatibility. > On Dec 14, 2023, at 8:27 AM, jean-frederic clere wrote: > > Hi, > > Any

age in proxy_balancer_method

2023-12-14 Thread jean-frederic clere
Hi, Any examples or docs about: apr_status_t (*age)(proxy_balancer *balancer, server_rec *s); In struct proxy_balancer_method? -- Cheers Jean-Frederic