On Wed, Mar 27, 2002 at 01:50:51PM -0800, Justin Erenkrantz wrote:
> So if a third-party is interested in examining the scoreboard, they
> have to do it either via a module or attach to the shared-memory
> segment?
> 
> Sounds fair enough...  -- justin

Nope, we don't lose that when we remove SCOREBOARD_FILE, AIUI.

The right way for a third-party app to access the scoreboard at this
point is to:

1) use a ScoreBoardFile directive to enable file-based scoreboard, then
2) write an app that uses APR (preferably the same APR install that httpd
   is using) and uses the apr_shm.h interface to access the scoreboard
   file.

-aaron

Reply via email to