It's been over a year since APC's last stable build. Has anyone got the latest APC beta running with PHP 5.3 on a high traffic production server?
Thanks
It's been over a year since APC's last stable build. Has anyone got the latest APC beta running with PHP 5.3 on a high traffic production server?
Thanks
That being said, you should not use them on your high traffic production website.
OP Clarification: Should he use MemCached then?
Memcached is a distributed caching system, whereas APC is non-distributed - and mainly an opcode cache.
If (and only if) you have a web application which has to live on different webservers (loadbalancing), you have to use memcache for distributed caching. If not, just stick to APC and its cache.
You should always use an opcode cache, which APC is.