]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add 3 memory handlers to replace the scoreboard area of mod-proxy.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Jul 2006 12:18:10 +0000 (12:18 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Jul 2006 12:18:10 +0000 (12:18 +0000)
commit82229302b7d87e3eba832a136101f8b47dc018df
tree944ab041f594dc97cf1758f8ae9ca3dcc9985902
parentf51dcc49a7a2d4961b58eef81586883ff7149e71
Add 3 memory handlers to replace the scoreboard area of mod-proxy.
Note the mod_scoreboard.c just uses the actual scoreboard "shared" area
for the workers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@423444 13f79535-47bb-0310-9956-ffa450edef68
modules/mem/Makefile.in [new file with mode: 0644]
modules/mem/config5.m4 [new file with mode: 0644]
modules/mem/mod_plainmem.c [new file with mode: 0644]
modules/mem/mod_scoreboard.c [new file with mode: 0644]
modules/mem/mod_sharedmem.c [new file with mode: 0644]
modules/mem/slotmem.h [new file with mode: 0644]