]> granicus.if.org Git - apache/commitdiff
Fix a nice-to-have non-showstopper -- change the semantics for how
authorAaron Bannert <aaron@apache.org>
Fri, 15 Feb 2002 20:54:17 +0000 (20:54 +0000)
committerAaron Bannert <aaron@apache.org>
Fri, 15 Feb 2002 20:54:17 +0000 (20:54 +0000)
we create a scoreboard from the ScoreBoardFile directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93436 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 9d63e4ae2ed347fa043ac8932a4bb3bba7d636cd..733256471651074b880f65a20a09f633fafaf6d4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
 Changes with Apache 2.0.33-dev
 
+  *) Implement new ScoreBoardFile directive logic. This affects how
+     we create the scoreboard's shared memory segment. If the directive
+     is present, a name-based segment is created. If the directive is
+     not present, first an anonymous segment is created, and if that
+     fails, a name-based segment is created from a file of the name
+     DEFAULT_SCOREBOARD. This gives third-party applications the
+     ability to access our scoreboard. [Aaron Bannert]
+
   *) Allow mod_deflate to work with non-GET requests and properly send
      Content-Lengths.  [Sander Striker <striker@apache.org>]
 
diff --git a/STATUS b/STATUS
index d2ff91e37a6e9014ea716894af4cbe2b48fdea4d..a0898380d578e55458e13932444bb07d182a3f83 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/02/15 17:16:54 $]
+Last modified at [$Date: 2002/02/15 20:54:17 $]
 
 Release:
 
@@ -158,12 +158,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
         Not a showstopper: justin, wrowe, trawick, stoddard, Jim, Ian, Aaron,
                            gregames
 
-    * Make some modifications to the scoreboard creation routines,
-      prefer anonymous shared memory, and allow a configuration
-      directive to override the defaults.
-        Message-ID: <20020130080804.C16977@clove.org>
-      Status: Aaron volunteers
-
     * Get perchild to work on platforms other than Linux. This
       will require a portable mechanism to pass data and file/socket
       descriptors between vhost child groups. An API was proposed