j...@apache.org wrote:
Author: jim
Date: Tue Dec 23 10:39:56 2008
New Revision: 729059

URL: http://svn.apache.org/viewvc?rev=729059&view=rev
Log:
Add in the useful slotmem memory module, from httpd-scoreboard.
Cleaned up...


A general question, why now?

This branch:
<https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard/>

Was last changed 2 years, 4 months ago.

The last discussion on the dev list was 2 years ago:
<http://mail-archives.apache.org/mod_mbox/httpd-dev/200612.mbox/%3c1165841856.3167.70.ca...@jfcpc%3e>


Added:
    httpd/httpd/trunk/modules/mem/
    httpd/httpd/trunk/modules/mem/.deps
    httpd/httpd/trunk/modules/mem/Makefile   (with props)

You shouldn't need the .deps or Makefiles committed.

    httpd/httpd/trunk/modules/mem/Makefile.in   (with props)
    httpd/httpd/trunk/modules/mem/config5.m4   (with props)
    httpd/httpd/trunk/modules/mem/mod_plainmem.c   (with props)
    httpd/httpd/trunk/modules/mem/mod_sharedmem.c   (with props)
    httpd/httpd/trunk/modules/mem/modules.mk
    httpd/httpd/trunk/modules/mem/sharedmem_util.c   (with props)
    httpd/httpd/trunk/modules/mem/sharedmem_util.h   (with props)
    httpd/httpd/trunk/modules/mem/slotmem.h   (with props)
Added: httpd/httpd/trunk/modules/mem/mod_plainmem.c
URL: 
http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mem/mod_plainmem.c?rev=729059&view=auto
==============================================================================
--- httpd/httpd/trunk/modules/mem/mod_plainmem.c (added)
+++ httpd/httpd/trunk/modules/mem/mod_plainmem.c Tue Dec 23 10:39:56 2008
...
+/* Memory handler for a plain memory divided in slot.
+ * This one uses plain memory.
+ */
+#define CORE_PRIVATE

CORE_PRIVATE was removed from trunk.


Reply via email to