Introduction to APC PHP Usergroup Meetup April 2010
Background Web Engineer
Experience Local Media Company, managing a news portal
A privately funded startup
What is APC Armoured Personal Carrier Example: Bionix by ST-Kinetics http://en.wikipedia.org/wiki/Bionix_AFV
What is APC Alternative PHP Cache
http://www.php.net/manual/en/book.apc.php The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
Installing Debian-based example
Dependencies php5-dev, pecl, re2c, gawk, nawk, apache2-threaded-dev apt-get install php5-dev apache2-threaded-dev
pecl install apc
50+ MB
Windows: http://downloads.php.net/pierre/
Basic Configuration php.ini extension=apc.so

Introduction to APC