Apache HTTP Server Version 2.3

Available Languages: en
| Description: | Slot-based shared memory provider. |
|---|---|
| Status: | Extension |
| Module Identifier: | plainmem_module |
| Source File: | mod_plainmem.c |
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:
This module provides no directives.
Available Languages: en