<?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, 08 Jan 2009 03:02:42 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Johannes Schluter's Blog: Data structures in PHP 5.3]]></title>
      <guid>http://www.phpdeveloper.org/news/11633</guid>
      <link>http://www.phpdeveloper.org/news/11633</link>
      <description><![CDATA[<p>
Continuing on his his series looking at improvements in the upcoming PHP 5.3 release, <i>Johannes Schluter</i> uses <a href="http://schlueters.de/blog/archives/90-Data-structures-in-PHP-5.3.html">this new post</a> to look at some of the new data structures their update will have to offers in the Standard PHP Library.
</p>
<blockquote>
In the programming world there are quite a few well understood and explored data structures. Which are commonly used in tons of applications, still the only things PHP offered till 5.3 in regards to structuring data were arrays (more precise: hash tables) and objects. So people had to either abuse them for other structures or implement the structures themselves on top of these. Thanks to Etienne things now are changing and PHP's <a href="http://php.net/spl">Standard PHP Library</a> (SPL) extension will offer quite a few standard implementations of data structures. 
</blockquote>
<p>
These new data structures are SplDoublyLinkedList, SplStack, SplQueue/SplPirorityQueue, SplHeap/SplMinHeap/SplMaxHeap and SplFixedArray. He explains a bit of what they are and more detail on one specifically - SplFixedArray.
</p>]]></description>
      <pubDate>Mon, 29 Dec 2008 11:19:28 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[The Northclick Blog: Announcing "dropr" - the message queue framework for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9204</guid>
      <link>http://www.phpdeveloper.org/news/9204</link>
      <description><![CDATA[<p>
On the Northclick Blog <i>Soenke Ruempler</i> has shared the new name for their message queue software they're developing (<a href="http://www.phpdeveloper.org/news/9198">see here</a>) - <a href="https://www.dropr.org/">dropr</a>.
</p>
<blockquote>
Why? When Boris was writing the client angel script he somehow named it "dropr". As we neither got better suggestions nor had any other idea we just decided for this name. Actually the name is a little bit fun because all those stupidR startupRs. But it's nice and somehow our framework drops message into queues.
</blockquote>
<p>
Check out <a href="https://www.dropr.org/">the project's homepage</a> for more information including installation instructions, methods to download the latest version, some FAQs and a roadmap for where the project's going.
</p>]]></description>
      <pubDate>Mon, 10 Dec 2007 08:48:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[The Northclick Blog: Message Queue Project: First working version]]></title>
      <guid>http://www.phpdeveloper.org/news/9198</guid>
      <link>http://www.phpdeveloper.org/news/9198</link>
      <description><![CDATA[<p>
On the Northclick blog, <i>Soenke Ruempler</i> has posted <a href="http://blog.northclick.de/archives/34">an update</a> on the "message queue" project based on a <a href="http://blog.northclick.de/archives/31">previous draft</a>.
</p>
<blockquote>
Some time has elapsed since we wrote our draft for a message queue system written in and for PHP. Now it's time to give you guys an update and working beta-code. [...] You can find the project homepage at <a href="https://opensource.ruempler.eu/pmq/">https://opensource.ruempler.eu/pmq/</a>. We'd be proud if you have some cool naming tips for this project - we haven't registered a domain yet. At the moment it's temporarily called "PHP Message Queue".
</blockquote>
<p>
Check out <a href="http://blog.northclick.de/archives/34">the post</a> for more specifics about the updates/advancements they've made or you can download the current code from <a href="svn:https://opensource.ruempler.eu/svn/pmq/trunk/">their SVN repository</a>.
</p>]]></description>
      <pubDate>Fri, 07 Dec 2007 13:41:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Northclick Blog: RFC: Draft for a Message Queue System in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8771</guid>
      <link>http://www.phpdeveloper.org/news/8771</link>
      <description><![CDATA[<p>
<i>Soenke Ruempler</i> has <a href="http://blog.northclick.de/archives/27">posted today</a> about something they found a need for in their group and wanted to create something they could share back with the community when it was done - a Message Queue System developed in PHP.
</p>
<blockquote>
You'll find a Draft for a php-based messaging system below. We'd be glad if we get some comments from the readers. Because we're heavily using open source we want to give something back to the community and make the message queue system open source. And, yes, if someone is planning something like this or already knows a solution, please let us know, too. We don't wanna reinvent the wheel!
</blockquote>
<p>
He <a href="http://blog.northclick.de/archives/27">fleshes out the proposal</a> by describing it in three sections - the problem the need came from, some of the existing solutions the web has to offer (including the Java Message Service and IBM's XMS messaging) and the actual draft of the implementation including the architecture, scalability, a name (none yet) and where they're going from here.
</p>]]></description>
      <pubDate>Tue, 02 Oct 2007 16:13:00 -0500</pubDate>
    </item>
  </channel>
</rss>
