Jim Jagielski wrote:
Chris Darroch wrote:
Personally, if I was writing a completely private module, I'd
probably just patch the scoreboard.h definition of lb_score to include
whatever extra stuff I needed, and recompile httpd. That way I'm
insulated from any changes to the size of either the array or the
proxy_worker_stat structure; if they change at some point in a
future release and I don't happen to notice, I'm safe so long as
I keep patching in my extra fields.
I think that subtle care should be taken regarding anything
that's added to the scoreboard. It's designed for a specific
purpose, not just a general shared memory segment that modules
should and can use for any and all purposes :)
Ok, That is why I was asking :-)
Cheers
Jean-Frederic