You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2002/03/26 18:13:35 UTC

SCOREBOARD_FILE

... maybe it's time to depreciate this :)
-- 
===========================================================================
   Jim Jagielski   [|]   jim@jaguNET.com   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
             will lose both and deserve neither" - T.Jefferson

Re: SCOREBOARD_FILE

Posted by Jim Jagielski <ji...@jaguNET.com>.
At 9:32 AM -0800 3/27/02, Aaron Bannert wrote:
> > > > ... maybe it's time to depreciate this :)
>> > In what way: the #define or the file itself?
>> The concept itself (file-based scoreboards).
>
>Right now we default to an anonymous shared-memory scoreboard and have
>the option to create a file-based scoreboard (dictated by the presence
>or absence of the ScoreBoardFile directive. IMHO this gives us the best
>of both worlds, since third-party apps that wish to have access to the
>scoreboard still have that ability, and now by default we don't have to
>deal with the file.
>
>-aaron

But I don't see where SCOREBOARD_FILE in being used in any way
with that...
-- 
===========================================================================
   Jim Jagielski   [|]   jim@jaguNET.com   [|]   http://www.jaguNET.com/
      "A society that will trade a little liberty for a little order
             will lose both and deserve neither" - T.Jefferson

Re: SCOREBOARD_FILE

Posted by Aaron Bannert <aa...@clove.org>.
> > > ... maybe it's time to depreciate this :)
> > In what way: the #define or the file itself?
> The concept itself (file-based scoreboards).

Right now we default to an anonymous shared-memory scoreboard and have
the option to create a file-based scoreboard (dictated by the presence
or absence of the ScoreBoardFile directive. IMHO this gives us the best
of both worlds, since third-party apps that wish to have access to the
scoreboard still have that ability, and now by default we don't have to
deal with the file.

-aaron

Re: SCOREBOARD_FILE

Posted by Aaron Bannert <aa...@clove.org>.
On Tue, Mar 26, 2002 at 12:13:35PM -0500, Jim Jagielski wrote:
> ... maybe it's time to depreciate this :)

In what way: the #define or the file itself?

-aaron