> > Von: Jim Jagielski=20 > >=20 > >=20 > > Off the top of my head, I have no idea why we even have lb_score > > rather than just using proxy_worker_stat as we should. > > This is easy to fix except for the fact that ap_get_scoreboard_lb() > > is AP_DECLARE... Of course, adjusting in HEAD is fine, but > > this is something that really should be fixed in 2.2, which > > means we have an API change. > >=20 > > Comments? > > The problem is that we also need to change the scoreboard struct > in scoreboard.h for this. So I guess we have an even bigger API > change here. > And if we change this, every future change to the proxy_worker_stat > struct requires an API change that is not limited to the proxy. > So I tend to say that we should change it on trunk, but not on > 2.2. >
That was the reason I added the 'context' struct member, to allow for some reasonable extensions without adjusting the actual API. :) -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "If you can dodge a wrench, you can dodge a ball."
