At 11:48 PM 10/31/2002, Bojan Smojver wrote:
>Just reading through the documentation to find if there is a single pool that
>all processes/threads have access to, without mucking around with direct shared 
>memory allocation. So far, couldn't fine one in Apache 2. Does it exist?

If you are looking for config-time write, later read-only, use the process pool
you can find from the server rec.  You must set it up early, you can't modify
stuff in it later.

If you want full blown read-write access, you must create your own apr_shm.
You can wrap that in an apr_rmm, if you want malloc/realloc/free behavior 
in that shared memory block.

Reply via email to