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 Link to comment https://forums.phpfreaks.com/topic/218182-php-fastcgi-and-apc/ 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. Link to comment https://forums.phpfreaks.com/topic/218182-php-fastcgi-and-apc/#findComment-1137874 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.