<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 15 May 2008 22:42:36 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[IBuildings Blog: ATK and Caching]]></title>
      <guid>http://www.phpdeveloper.org/news/9930</guid>
      <link>http://www.phpdeveloper.org/news/9930</link>
      <description><![CDATA[<p>
On the IBuildings blog today, <i>Sandy Pleyte</i> has <a href="http://www.ibuildings.com/blog/archives/821-ATK-and-Caching.html">posted a look</a> at using the ATK framework and what kind of effect its own recently added caching system (atkCache) has on its performance.
</p>
<blockquote>
Now there is a cache object (atkCache) available in the ATK SVN trunk. The new atkCache class is a factory class, which builds and returns instances of atkCache which has all the methods to communicate with an external cache to handle the actual storage and retrieval.
</blockquote>
<p>
It supports lots of different backend caching methods - APC, eAccelerator, the Zend Platform functionality, memcache, xcache and both file and variable caching.
</p>
<p>
He <a href="http://www.ibuildings.com/blog/archives/821-ATK-and-Caching.html">includes</a> an example of its use - creating an object to cache to a file, configuring it with options like lifetime and path, and an example of its use (to cache a theme for a web page).
</p>]]></description>
      <pubDate>Tue, 08 Apr 2008 11:22:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mike Willbanks' Blog: PHP Performance Series: Caching Techniques]]></title>
      <guid>http://www.phpdeveloper.org/news/9711</guid>
      <link>http://www.phpdeveloper.org/news/9711</link>
      <description><![CDATA[<p>
On his blog today, <i>Mike Willbanks</i> has <a href="http://blog.digitalstruct.com/2008/02/27/php-performance-series-caching-techniques/">started up</a> a new series that will look at various caching techniques that are available to PHP developers now:
</p>
<blockquote>
Welcome to the first edition of the PHP performance series, a new series that I will be explaining ways to gain efficiencies and squeezing more performance out of your applications. This first edition, caching techniques, focuses on ways to cache data to optimize your current sites. Some of the concepts here are fairly easy to implement while others may take strategic design in the architecture of your application.
</blockquote>
<p>
The methods he looks at <a href="http://blog.digitalstruct.com/2008/02/27/php-performance-series-caching-techniques/">this time</a> are:
</p>
<ul>
<li>Opcode Caching
<li>File Priming
<li>Caching Variables
<li>File Caching
<li>Memory Caching
<li>Database Memory Tables
<li>RAM Disk
</ul>]]></description>
      <pubDate>Wed, 27 Feb 2008 10:25:00 -0600</pubDate>
    </item>
  </channel>
</rss>
