Cleanup when server is stopped vs reconfigured

2016-03-28 Thread Tony Abo
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

2016-03-28 Thread Ali Shah
Thanks Luca and William, Thats very informative!