Re: completing 2.0 scoreboard data set

2003-12-10 Thread gregames
Jeff Trawick wrote: (Lots of structures aren't arranged to minimize or make available for future use the inevitable padding, but the scoreboard is one where we potentally have a great number of them in shared memory and also where changing the size of the structure can break some modules.)

Re: completing 2.0 scoreboard data set

2003-12-10 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: Jeff Trawick wrote: Also, should we be allowing modules to look at the scoreboard structures directly, or indexing into the scoreboard arrays directly? If the latter were avoided, at least we could add fields to the end of process_score or worker_score without

Re: completing 2.0 scoreboard data set

2003-12-09 Thread Jeff Trawick
Stas Bekman wrote: - httpd 2.0 doesn't maintain start/stop times in the extended status mode add it - while vhost info was added, it doesn't contain the port info, rendering the vhost record useless for the non named vhosts. any objections to adding it? none from me Should it be in a separate

completing 2.0 scoreboard data set

2003-12-08 Thread Stas Bekman
We still lack several things from the scoreboard to provide a compelete status - httpd 2.0 doesn't maintain start/stop times in the extended status mode This feature was lost during the transition to 2.0. This breaks tools that relied on these features in httpd 1.3. Jim has promised to look at