On 25.09.2006 16:32, Garrett Rooney wrote: > On 9/25/06, Jim Jagielski <[EMAIL PROTECTED]> wrote: > >> Actually, I've added the 'busy' struct element which >> could be used for that... The orig intent was to add >> the mod_jk "busyness" LB method, but it would also >> serve as a flag that the member is busy ;) >> >> As of now, neither Trunk or 2.2.x do anything with busy, >> but that will change soon :) > > > How is that flag shared across worker processes? Is that structure > stored in shared memory or something?
It is shared via the scoreboard along with all other worker interprocess data like status of the worker etc. Regards RĂ¼diger
