Dead2 commented on issue #1775: Deadlock in shm statistics
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1775#issuecomment-396490225
 
 
   Apache supposedly has hooks to prevent shutdown of the process until 
dependent tasks have finished, does mod_pagespeed register with these at all? 
Does mod_pagespeed register any atexit() code for example? I'd guess this is 
probably the most robust solution to this problem and to handle the case of 
killed processes for whatever reason.
   
   Apache connection-process exit code:
   ```C++
     ap_run_process_connection(c);
     ap_lingering_close(c);
     exit(0);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to