<?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>Fri, 24 May 2013 00:52:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[BinarySludge.com: Redundant and Fault Tolerant PHP Session Storage]]></title>
      <guid>http://www.phpdeveloper.org/news/15742</guid>
      <link>http://www.phpdeveloper.org/news/15742</link>
      <description><![CDATA[<p>
New on BinarySludge.com today there's a tutorial looking at <a href="http://www.binarysludge.com/2011/01/13/redundant-and-fault-tolerant-php-session-storage/">redundant and fault tolerant session storage</a> via a few different technologies that can store session data with a custom <a href="http://php.net/manual/en/function.session-set-save-handler.php">session handler</a>.
</p>
<blockquote>
If a PHP application has deeply embedded usage of the $_SESSION superglobal, removing state is difficult. Instead removing the dependency between a user's session data and the single server it's stored on achieves the same fault tolerance. 
</blockquote>
<p>
They focus on a REST-ful approach to session handling, that it should be "kept entirely on the client" so there's no issue if something happens to the primary session data source. They point out that, while the technologies that can be used to replace it are similar, there's still some issues around using things like <a href="http://pecl.php.net/package-info.php?package=memcache">memsached</a>, <a href="http://sharedance.pureftpd.org/project/sharedance">Sharedance</a>, Hazelcast or MySQL to store session details.
</p>]]></description>
      <pubDate>Fri, 14 Jan 2011 10:05:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php-general Mailing List: A Sad PHP Poem]]></title>
      <guid>http://www.phpdeveloper.org/news/5689</guid>
      <link>http://www.phpdeveloper.org/news/5689</link>
      <description><![CDATA[<p>
Never let it be said that geeks aren't without a sense of humor - even the saddest moments seem somewhat happer when <a href="http://marc.theaimsgroup.com/?l=php-general&m=115129593132595&w=2">expressed through code</a>.
</p>
<blockquote>
A sad poem of an algorithm where solitude brought excessive use of cpu
cycles and memory allocation for redundant data (it copied over and over
again the same image till all memory was filled with it)
</blockquote>
<p>
This definitely belongs in the "<a href="http://marc.theaimsgroup.com/?l=php-general&m=115129593132595&w=2">random PHP-related things</a>" area, but it's still a fun little read. Check it out - just try to not get too despondent.
</p>]]></description>
      <pubDate>Mon, 26 Jun 2006 11:58:35 -0500</pubDate>
    </item>
  </channel>
</rss>
