News Feed
Jobs Feed
Sections




News Archive
IBuildings techPortal:
Understanding APC
October 07, 2010 @ 09:33:31

On the IBuildings techPortal today there's a new tutorial from Vito Chin that wants to help you understand what APC (the Alternative PHP Cache) is all about and get you on the road to using it in your application.

APC is a performance-enhancing extension. It should not be confused with a magic pill, although having it around does provide a positive impact on performance! If configured incorrectly, APC can cause unexpected behaviour, however when implemented optimally APC can be a useful weapon in your arsenal. In this post we will examine APC's capabilities and it's application both as an opcode cache and in its less common usage as a data cache.

He starts off by comparing/contrasting it with memcache, nothing that APC is more targeted towards PHP and is more useful for caching smaller bits of information (like objects). He talks about the importance of using APC for an application, what the system really caches and some of the limitations that come with it. There's code snippets to help illustrate some of the points and the article is rounded out with a look at file caching, the time-to-live setting and how you can monitor your cache's health.

0 comments voice your opinion now!
apc cache alternative tutorial memcache


blog comments powered by Disqus

Similar Posts

DevShed: Working with the XDebug extension's var_dump() function

PHPBuilder.com: Create a PHP-based Twitter Client with the PEAR Services_Twitter Package

Codewalkers.com: Creating a CAPTCHA with PHP

Brian Swan's Blog: Performance Tuning PHP Apps on Windows/IIS with Output Caching

Zend Developer Zone: Manipulating Images with PHP and GraphicsMagick


Community Events











Don't see your event here?
Let us know!


testing application series opinion release functional object framework zendframework2 example phpunit development code interview introduction tool unittest language community podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework