<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Topbit Technicals - OtherTech</title>
    <link>http://www.topbit.co.uk/serendipity/</link>
    <description>@todo 'write technical blog'</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:topbit+s9yblog@gmail.com" />
    <generator>Serendipity 1.3-beta1 - http://www.s9y.org/</generator>
    <managingEditor>topbit+editor@gmail.com</managingEditor>
<webMaster>topbit+webmaster@gmail.com</webMaster>
<ttl>3600</ttl>
<pubDate>Fri, 26 Jun 2009 00:19:06 GMT</pubDate>

    <image>
        <url>http://www.topbit.co.uk/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Topbit Technicals - OtherTech - @todo 'write technical blog'</title>
        <link>http://www.topbit.co.uk/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Doing the work elsewhere - Sidebar - running the worker</title>
    <link>http://www.topbit.co.uk/serendipity/archives/22-Doing-the-work-elsewhere-Sidebar-running-the-worker.html</link>
            <category>OtherTech</category>
            <category>php</category>
    
    <comments>http://www.topbit.co.uk/serendipity/archives/22-Doing-the-work-elsewhere-Sidebar-running-the-worker.html#comments</comments>
    <wfw:comment>http://www.topbit.co.uk/serendipity/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.topbit.co.uk/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>topbit+s9y@gmail.com (Topbit)</author>
    <content:encoded>
    I&#039;m taking a slight diversion now, to show you how the main worker processor runs.  There are two parts to it - the actual worker, written in PHP, and the script that keeps running it. &lt;br /&gt;&lt;a href=&quot;http://www.topbit.co.uk/serendipity/archives/22-Doing-the-work-elsewhere-Sidebar-running-the-worker.html#extended&quot;&gt;Continue reading &quot;Doing the work elsewhere - Sidebar - running the worker&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 23 Jun 2009 21:19:33 +0000</pubDate>
    <guid isPermaLink="false">http://www.topbit.co.uk/serendipity/archives/22-guid.html</guid>
    <category>php</category>
<category>scaling</category>
<category>tools</category>

</item>
<item>
    <title>Doing the work elsewhere - Asynchronous Message Queues</title>
    <link>http://www.topbit.co.uk/serendipity/archives/21-Doing-the-work-elsewhere-Asynchronous-Message-Queues.html</link>
            <category>OtherTech</category>
            <category>best-practices</category>
            <category>php</category>
    
    <comments>http://www.topbit.co.uk/serendipity/archives/21-Doing-the-work-elsewhere-Asynchronous-Message-Queues.html#comments</comments>
    <wfw:comment>http://www.topbit.co.uk/serendipity/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.topbit.co.uk/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>topbit+s9y@gmail.com (Topbit)</author>
    <content:encoded>
    	&lt;h1&gt;The use of Beanstalkd as a queueing system&lt;/h1&gt;

	&lt;h2&gt;What is an asynchronous queue&lt;/h2&gt;

&lt;p&gt;The classic &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/en.wikipedia.org/wiki/Message_queue&#039;);&quot;  href=&quot;http://en.wikipedia.org/wiki/Message_queue&quot;&gt;wikipedia quote (Message queue)&lt;/a&gt;&lt;/p&gt;

	&lt;blockquote&gt;
		&lt;p&gt;In computer science, message queues and mailboxes are software-engineering components used for interprocess communication, or for inter-thread communication within the same process. They use a queue for messaging &amp;#8211; the passing of control or of content. Group communication systems provide similar kinds of functionality.&lt;/p&gt;
	&lt;/blockquote&gt;

	&lt;p&gt;So one part of a system puts a message into a queue for another part to read from, and then act upon.  The asynchronous nature means that each side is otherwise independent from the other, and does not wait for a response.  That independence is an important part of the nature of the system though &amp;#8211; and we&amp;#8217;ll see later how some of the more advanced functionality for our software of choice here can give some extraordinary flexibility to what can be done.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.topbit.co.uk/serendipity/archives/21-Doing-the-work-elsewhere-Asynchronous-Message-Queues.html#extended&quot;&gt;Continue reading &quot;Doing the work elsewhere - Asynchronous Message Queues&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 10 Jun 2009 15:43:29 +0000</pubDate>
    <guid isPermaLink="false">http://www.topbit.co.uk/serendipity/archives/21-guid.html</guid>
    <category>advanced</category>
<category>php</category>
<category>scaling</category>

</item>

</channel>
</rss>
