On Wed, Feb 20, 2002 at 02:47:30PM -0800, Adam Sussman wrote: > I know this idea isn't totaly popular, but I thought I would throw this > out and see what people think. Aaron's most recent patch to the scoreboard > creation logic allows you to make the apache scoreboard shared memory image > accessible to external programs. This is very usefull and we have employed > this same methodology to monitor apache 1.3 in the past. > > The problem with the new scoreboard though is that its size depends on configure > time variables rather than compile time variables. There's no easy way for an > external program to be adaptable without parsing the conf files. > > This patch adds the configured server_limit and thread_limit elements to the > global score and sets them at the time the scoreboard is intialized.
+1 in concept. The patch looks good. I will test and commit unless I get some negative feedback. :) -aaron
