Cleanup when server is stopped vs reconfigured
I have a DSO module which establishes a custom handler. The handle fires up external process which perform the work for certain requests. Those processes contain a lot of state information for user application sessions. We want to have some cleanup code that will shutdown those processes cleanly
Re: apr_global_mutex_create vs apr_proc_mutex_create
Thanks Luca and William, Thats very informative!