I had been reading about Apache graceful restart.
http://httpd.apache.org/docs/2.2/stopping.html#gracefulCode:apachectl -k graceful
http://www.electrictoolbox.com/artic...estart-apache/The USR1 or graceful signal causes the parent process to advise the children to exit after their current request (or to exit immediately if they're not serving anything).
If a long running PHP script is currently being executed (eg: processing a large image), will graceful restart allow it to be completed or will it hinder its execution?...meaning that anyone who is in the middle of downloading something will continue to be able to download it.



Reply With Quote



Bookmarks