I have a need to share a hash table among several processes. It's for an Apache 2 module. Is there a way to get an APR memory pool to use a pre-allocated shared memory segment? Or to initialize a pool with a custom allocator, one that only allocates data from shared memory?
-- Ivan Ristic (http://www.modsecurity.org)
