<?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>NFG's DBMail Blog - development</title>
    <link>http://blog.dbmail.eu/</link>
    <description>You get what you need</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    <pubDate>Fri, 23 May 2008 09:33:32 GMT</pubDate>

    <image>
        <url>http://blog.dbmail.eu/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: NFG's DBMail Blog - development - You get what you need</title>
        <link>http://blog.dbmail.eu/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Multifoo lift-off</title>
    <link>http://blog.dbmail.eu/archives/4-Multifoo-lift-off.html</link>
            <category>development</category>
    
    <comments>http://blog.dbmail.eu/archives/4-Multifoo-lift-off.html#comments</comments>
    <wfw:comment>http://blog.dbmail.eu/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.dbmail.eu/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Paul J Stevens)</author>
    <content:encoded>
    &lt;p&gt;
Today I&#039;ve reached a major milestone in the multifoo rewrite.
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;For those of you who don&#039;t know what I mean by multifoo; It&#039;s a term that was coined (afaik) by Aaron Stone to describe a server design for dbmail with multi-plexed asynchronous network IO and multi-threaded command processing.
&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
Last week I found a pattern to make all IMAP commands run in the thread-pool to keep them from blocking the main thread. But somehow I kept being bitten by &lt;a href=&quot;http://en.wikipedia.org/wiki/Heisenbug&quot; title=&quot;Heisenbug&quot;&gt;heisenbugs&lt;/a&gt; which made me have to reconsider. Last night however I had an epiphany; there were still some calls used while running in the threadpool that send data over the network. The bug was quickly fixed today, and my design saved. &lt;a href=&quot;http://www.imapwiki.org/ImapTest&quot; title=&quot;Dovecot&#039;s imap testtool&quot;&gt;Imaptest&lt;/a&gt; now doesn&#039;t generate anymore errors, and basic message browsing works using thunderbird.
&lt;/p&gt;
&lt;p&gt;
I can now start testing more fat clients such as thunderbird and outlook against what should become a release candidate for 2.3.3. Looking very good indeed.
&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 23 May 2008 11:06:39 +0200</pubDate>
    <guid isPermaLink="false">http://blog.dbmail.eu/archives/4-guid.html</guid>
    <category>multifoo</category>
<category>patterns</category>
<category>threads</category>

</item>

</channel>
</rss>