APC Flush
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module is intended to be used as an APC opcode cache flush automator for high performance Drupal-setups.
If you have setup PHP with apc.stat=0 in production and you deploy code updates (with version control or CI or whatever) you need to either restart your webserver or restart php-fpm to flush the opcode cache. You could also execute apc_clear_cache() with a script.
