Nginx + PHP = VERY High CPU Usage

Dennis Jacobfeuerborn dennisml at conversis.de
Fri Dec 10 22:44:37 MSK 2010


On 12/10/2010 08:35 PM, hasson wrote:
> I'm not using APC because I'm using PHP-MEMCACHE.

Memcache doesn't replace the opcode caching functions of APC.

> Do you think that would be necessary the APC?

Without APC your scripts always have to be compiled for every request which 
is almost never what you want. Using APC isn't "necessary" per se but very 
strongly recommended.

Regards,
   Dennis



More information about the nginx mailing list