On Wed, 21 Mar 2012 11:31:30 +0000
Rajalakshmi Iyer <r...@blismobile.com> wrote:

> Hello,
> 
> I want to be able to store a hash map (apr_hash_t) in the Apache shared
> memory (created using apr_shm_create). This map will be created once and
> will be shared by all child processes.

You can't.  Well, not unless you hack deep in APR to allocate from shm.

But you can achieve a shared hash using mod_socache.

-- 
Nick Kew

Reply via email to