<?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>Wed, 19 Jun 2013 10:14:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DZone.com: Using APC correctly]]></title>
      <guid>http://www.phpdeveloper.org/news/18303</guid>
      <link>http://www.phpdeveloper.org/news/18303</link>
      <description><![CDATA[<p>
In <a href="http://css.dzone.com/articles/using-apc-correctly">this new post</a> to DZone.com, <i>Giorgio Sironi</i> shares a few helpful hints on using the APC tool to help improve the performance of your web applications.
</p>
<blockquote>
APC (Alternative PHP Cache) is one of the orthogonal tools you can use to speed up the execution of PHP code. This article explains from scratch the correct use of APC's system cache (not touching the user cache, which is just a standard key/value map). APC has also other features like upload progress support, but the system cache is its main features and has such a little footprint on your code that you should throw an apc.php file to everyone picking on you for writing strings in single or double quotes.
</blockquote>
<p>
He describes what the APC cache does for you (both on a lower, opcode and a higher, performance levels) and how it relates to the shared processes a web server uses. He finishes off the post with a quick guide to getting it installed and working ("pecl install") and some of the common settings to tweak to get the most of the functionality.
</p>]]></description>
      <pubDate>Wed, 01 Aug 2012 11:09:52 -0500</pubDate>
    </item>
  </channel>
</rss>
