Using APC with PHP
Note: This article was originally published at Zend Developer Zone
on 29 October 2010.
If you've been around PHP for a while, you've probably heard about APC, the Alternative PHP Cache. Adding APC to an application usually results in improved application response times, reduced server load and happier users. This article will introduce you to APC and guide you through the process of integrating it with your PHP application.


