<?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>Sun, 19 May 2013 10:38:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Alvaro Videla's Blog: Erlang as a Fast Key Value Store for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14149</guid>
      <link>http://www.phpdeveloper.org/news/14149</link>
      <description><![CDATA[<p>
<i>Alvaro Videla</i> has submitted a new post he's written up combining PHP and Erlang yet again, but this time he's using it to just <a href="http://obvioushints.blogspot.com/2010/03/erlang-as-fast-key-value-store-for-php.html">store key/value pairs</a> rather than for <a href="http://www.phpdeveloper.org/news/13871">session data</a>.
</p>
<blockquote>
In this post I want to show you some of the neat things that can be done with the <a href="http://code.google.com/p/mypeb/">PHP-Erlang Bridge extension</a>: A Key Value Store. Erlang comes packed with a Key Value store in the form of the ETS module. This is database is pretty fast and efficient for storing the Erlang terms in memory.
</blockquote>
<p>
He tried a proof of concept to see how well the system would respond and was able to push over 150k items into the storage in one second. Sample code and instructions on getting the bridge working are included in the post.
</p>]]></description>
      <pubDate>Mon, 08 Mar 2010 13:37:51 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[SpinDrop.us: Parsing a list of Key:Value pairs]]></title>
      <guid>http://www.phpdeveloper.org/news/7349</guid>
      <link>http://www.phpdeveloper.org/news/7349</link>
      <description><![CDATA[<p>
<i>Dave Dash</i> has <a href="http://spindrop.us/2007/02/24/parsing-a-list-of-kv-pairs/">posted a quick script</a> to help with an integration of openID into your application - well, really just to read the response back easily.
</p>
<blockquote>
I'm working on implementing <a href="http://openid.net/">openID</a> for <a href="http://reviewsby.us/">reviewsby.us</a> and for use in <a href="http://www.symfony-project.com/">symfony apps</a>. One thing I was having trouble with was parsing key value pairs, which is one of the requirements to reading responses. It's a fairly easy task, but [PHP][] offers so many ways to do this.
</blockquote>
<p>
He <a href="http://spindrop.us/2007/02/24/parsing-a-list-of-kv-pairs/">notes the spec</a> for how the results are returned and shares his code (based around a regular expression) that goes through the response and separates things out into key/value pairs automatically.
</p>]]></description>
      <pubDate>Tue, 27 Feb 2007 09:33:00 -0600</pubDate>
    </item>
  </channel>
</rss>
