From: Jim Jagielski Date: Fri, 15 May 2009 14:39:27 +0000 (+0000) Subject: Rename 2nd step X-Git-Tag: 2.3.3~581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=547caeef455283615b74b6da69f72ab265893c4e;p=apache Rename 2nd step git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@775160 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_plainmem.html b/docs/manual/mod/mod_plainmem.html deleted file mode 100644 index 5a311da8bb..0000000000 --- a/docs/manual/mod/mod_plainmem.html +++ /dev/null @@ -1,5 +0,0 @@ -# GENERATED FROM XML -- DO NOT EDIT - -URI: mod_plainmem.html.en -Content-Language: en -Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_plainmem.html.en b/docs/manual/mod/mod_plainmem.html.en deleted file mode 100644 index 95b318b4de..0000000000 --- a/docs/manual/mod/mod_plainmem.html.en +++ /dev/null @@ -1,80 +0,0 @@ - - - -mod_plainmem - Apache HTTP Server - - - - - - -
<-
-
-Apache > HTTP Server > Documentation > Version 2.3 > Modules
-
-

Apache Module mod_plainmem

-
-

Available Languages:  en 

-
- - - -
Description:Slot-based shared memory provider.
Status:Extension
Module Identifier:plainmem_module
Source File:mod_plainmem.c
-

Summary

- -

mod_plainmem is a memory provider which - provides for creation and access to a plain memory segment - in which the datasets are organized in "slots." Although - it can be used directly, normally mod_slotmem - is used as a front-end. -

- -

If the memory needs to be shared between threads and - processes, a better provider would be - mod_sharedmem. -

- -

mod_plainmem provides the following - API functions: -

- -
-
apr_status_t slotmem_do(ap_slotmem_t *s, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool)
-
call the callback on all worker slots
- -
apr_status_t slotmem_create(ap_slotmem_t **new, const char *name, apr_size_t item_size, int item_num, apr_pool_t *pool)
-
create a new slotmem with each item size is item_size.
- -
apr_status_t slotmem_attach(ap_slotmem_t **new, const char *name, apr_size_t *item_size, int *item_num, apr_pool_t *pool)
-
attach to an existing slotmem.
- -
apr_status_t slotmem_mem(ap_slotmem_t *s, int item_id, void**mem)
-
get the memory associated with this worker slot.
- -
apr_status_t slotmem_lock(ap_slotmem_t *s)
-
lock the memory segment
- -
(apr_status_t slotmem_unlock(ap_slotmem_t *s)
-
unlock the memory segment
-
- -
-

Directives

-

This module provides no - directives.

-
- -
-
-

Available Languages:  en 

-
- \ No newline at end of file diff --git a/docs/manual/mod/mod_sharedmem.html b/docs/manual/mod/mod_sharedmem.html deleted file mode 100644 index 32ac8653c3..0000000000 --- a/docs/manual/mod/mod_sharedmem.html +++ /dev/null @@ -1,5 +0,0 @@ -# GENERATED FROM XML -- DO NOT EDIT - -URI: mod_sharedmem.html.en -Content-Language: en -Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_sharedmem.html.en b/docs/manual/mod/mod_sharedmem.html.en deleted file mode 100644 index 978c228b24..0000000000 --- a/docs/manual/mod/mod_sharedmem.html.en +++ /dev/null @@ -1,75 +0,0 @@ - - - -mod_sharedmem - Apache HTTP Server - - - - - - -
<-
-
-Apache > HTTP Server > Documentation > Version 2.3 > Modules
-
-

Apache Module mod_sharedmem

-
-

Available Languages:  en 

-
- - - -
Description:Slot-based shared memory provider.
Status:Extension
Module Identifier:sharedmem_module
Source File:mod_sharedmem.c
-

Summary

- -

mod_sharedmem is a memory provider which - provides for creation and access to a shared memory segment - in which the datasets are organized in "slots." Although - it can be used directly, normally mod_slotmem - is used as a front-end. -

- -

mod_sharedmem provides the following - API functions: -

- -
-
apr_status_t slotmem_do(ap_slotmem_t *s, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool)
-
call the callback on all worker slots
- -
apr_status_t slotmem_create(ap_slotmem_t **new, const char *name, apr_size_t item_size, int item_num, apr_pool_t *pool)
-
create a new slotmem with each item size is item_size.
- -
apr_status_t slotmem_attach(ap_slotmem_t **new, const char *name, apr_size_t *item_size, int *item_num, apr_pool_t *pool)
-
attach to an existing slotmem.
- -
apr_status_t slotmem_mem(ap_slotmem_t *s, int item_id, void**mem)
-
get the memory associated with this worker slot.
- -
apr_status_t slotmem_lock(ap_slotmem_t *s)
-
lock the memory segment
- -
(apr_status_t slotmem_unlock(ap_slotmem_t *s)
-
unlock the memory segment
-
- -
-

Directives

-

This module provides no - directives.

-
- -
-
-

Available Languages:  en 

-
- \ No newline at end of file diff --git a/docs/manual/mod/mod_sharedmem.xml.meta b/docs/manual/mod/mod_sharedmem.xml.meta deleted file mode 100644 index 5d49509124..0000000000 --- a/docs/manual/mod/mod_sharedmem.xml.meta +++ /dev/null @@ -1,12 +0,0 @@ - - - - - mod_sharedmem - /mod/ - .. - - - en - - diff --git a/docs/manual/mod/mod_plainmem.xml b/docs/manual/mod/mod_slotmem_plain.xml similarity index 100% rename from docs/manual/mod/mod_plainmem.xml rename to docs/manual/mod/mod_slotmem_plain.xml diff --git a/docs/manual/mod/mod_sharedmem.xml b/docs/manual/mod/mod_slotmem_shm.xml similarity index 100% rename from docs/manual/mod/mod_sharedmem.xml rename to docs/manual/mod/mod_slotmem_shm.xml