Does a graceful Apache restart clear APC?
Posted
by jodonnell
on Stack Overflow
See other posts from Stack Overflow
or by jodonnell
Published on 2010-05-07T01:01:34Z
Indexed on
2010/05/07
1:08 UTC
Read the original article
Hit count: 341
Will calling
$ httpd graceful
clear out the APC cache, or do I have to do a full-blown
$ httpd restart
to do it? (Keeping in mind that I know there are better ways to do it, like calling apc_clear_cache() programmatically).
© Stack Overflow or respective owner