Depending on what you want to do, DBM may fit your needs:
http://apr.apache.org/docs/apr-util/0.9/group__APR__Util__DBM.html -- César L. B. Silveira http://cesarbs.wordpress.com/ On 6/4/07, Dumindu Pallewela <[EMAIL PROTECTED]> wrote:
Oops, I sent the email with a wrong subject. Forwarding the corrected. -------- Original Message -------- Subject: Re: make use of fs ACLs Hi all, In a module that I am writing, I need to share an object between successive requests. My first go at it was to have a reference to this object in the server configuration. But only after trying it out I found that the server configuration is not shared between the child processes, rather each process has it's own server configuration. (I want the module to work despite the MPM used.) So my question is how can I share an object between successive requests? Thanks, Dumindu.
