Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
http://www.php.net/manual/en/ref.apc.php We have been using the cache classes extensively in our application as a way to relieve database pressure. We were actually very successful in this venture and we have moved the bottleneck to the hard drive instead. There are compelling reason to utilize memory-based caching systems that are now becoming standard in PHP5. APC is a PECL extension that is romored to be integrated into future versions of PHP. It would be fantastic if APC were supported as an alternative to storing caches on the file system. In a system that already contained APC, this could offer a huge speed enhancement. Memcache is similar to APC but it is extremely useful for a load balanced enterprise environment. This relies on memcached which is the most reliable and trusted method of sharing large volumes of cacheable data between many different servers. These two extensions would offer an incredible scalability enhancement to any system built using ezComponents for an enterprice class application. I will likely be writing an APC extension in the upcoming days. Any direction would be appreciated. Environment: PHP Version: 5.2.3 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||