httpd icon indicating copy to clipboard operation
httpd copied to clipboard

Try to get a clean shutdown of a child for modules.

Open jfclere opened this issue 2 years ago • 0 comments

if in a module you grab(), dptr() and release() for slotmem you want to make sure you are not releasing something that is it use. I used MaxConnectionsPerChild to get the child recreated but if there are no requests having a way to restart the child cleanly is possible with that provider.

jfclere avatar Jun 09 '23 13:06 jfclere