[EMAIL PROTECTED] wrote:

>jim         02/03/29 06:33:51
>
>  Modified:    .        CHANGES
>               include  scoreboard.h
>               os/tpf   os.c
>               server   scoreboard.c
>               server/mpm/netware mpm_netware.c
>               server/mpm/prefork prefork.c
>               server/mpm/worker worker.c
>  Log:
>  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.
>

Just one problem: the httpd no longer links. mpm_common.c contains
a call to MPM_SYNC_CHILD_TABLE, and for most MPMs that resolves to
"(ap_sync_scoreboard_image())" (which no longer exists).

--Brian



Reply via email to