01-24-06 07:48 AM
fuzzylollipop wrote:
> but the crux of the matter is I need the code that talks to the apple
> mDNSResponder in the parent ( ONCE ) and the children processes modules
> to be able to access that shared data, and I have had one heck of a
> time finding out if this is even possible with Apache 2, and if so how!
>
If that's once at server startup it's easy - just use the standard
configuration mechanisms. If it's later, you'll have to use shared
memory (apr_shm) or similar to share it.
--
Nick Kew
[ Post a follow-up to this message ]
|