]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The old, legacy (and unused) code in which the scoreboard was totally
authorJim Jagielski <jim@apache.org>
Fri, 29 Mar 2002 14:33:50 +0000 (14:33 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 29 Mar 2002 14:33:50 +0000 (14:33 +0000)
commit70bb2575ea802ede406ed1ac4701ab688c031c10
tree2c267adbf5fd8e725bab976bbd0e1d87c5b18f13
parent3e2ce19baf3b621863e34107579b6b6b0f9f8f42
The old, legacy (and unused) code in which the scoreboard was totally
and completely contained in a file (SCOREBOARD_FILE) has been
removed. This does not affect scoreboards which are *mapped* to
files using named-shared-memory at all. This implies that scoreboards
must be based, at some level, on native shared memory (mmap, shm_open,
shmget, whatever), but the code has assumed that for quite awhile
now. Having the scoreboard be *based* on a file makes no sense today.

PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94306 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/scoreboard.h
os/tpf/os.c
server/mpm/netware/mpm_netware.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c
server/scoreboard.c