]> granicus.if.org Git - apache/commit
This patch eliminated from the _SHARED_ segment of the scoreboard all
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 00:28:00 +0000 (00:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 10 Jan 2002 00:28:00 +0000 (00:28 +0000)
commit7e1113f913afac2f19370be8f300b32a3053eafb
treea47a8bffe5143be8b77439f53eb3246533c445e1
parent67a17fa02ee1970ab951234b84374f2fa86e9af1
  This patch eliminated from the _SHARED_ segment of the scoreboard all
  pointer math.  This is required for portable scoreboards.

  vhost becomes the 'vhost name string' so it now survives ap_generation
  clicks.  next was apparently never used.

  This patch also accounts for the changes to the apr_shm api, and gives
  Win32 the magic of a shared scoreboard.

  Breakage aplenty on non-win32 platforms, I suspect, but this radical
  surgery, and culling of unused functions, was really, really needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92791 13f79535-47bb-0310-9956-ffa450edef68
21 files changed:
CHANGES
include/scoreboard.h
modules/aaa/mod_auth_digest.c
modules/generators/mod_status.c
modules/ssl/ssl_engine_rand.c
modules/ssl/ssl_expr_parse.c
modules/ssl/ssl_expr_parse.h
modules/ssl/ssl_expr_scan.c
server/mpm/beos/beos.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_os2/mpmt_os2.c
server/mpm/mpmt_os2/mpmt_os2_child.c
server/mpm/netware/mpm_netware.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/winnt/mpm.h
server/mpm/winnt/mpm_winnt.c
server/mpm/worker/worker.c
server/mpm_common.c
server/scoreboard.c