fatfish Posted November 9, 2010 Share Posted November 9, 2010 Hi all, I'm running PHP 5.3 as fastCGI (using php-fpm) and APC. I understand that in fastCGI mode, there are several php processes (managed by the fpm) and for each one of them, APC hold a separate cache in memory (per process). If my assumptions are true, is there any way to clear the cache of all processes at once? Thanks, fatfish Quote Link to comment Share on other sites More sharing options...
sangoku Posted November 22, 2010 Share Posted November 22, 2010 As far i know there is the command apc_clear_cache() is good but if it dous not clear on the fastCGI then only option is to restart apatche server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.