<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Producer/Consumer in Python</title>
	<atom:link href="http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/</link>
	<description>Everything considered harmful</description>
	<pubDate>Thu, 20 Nov 2008 14:46:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: A song for the lovers &#187; Producer/Consumer with multitask library</title>
		<link>http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-36006</link>
		<dc:creator>A song for the lovers &#187; Producer/Consumer with multitask library</dc:creator>
		<pubDate>Tue, 29 May 2007 17:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-36006</guid>
		<description>&lt;p&gt;[...] fifteen minutes later I rewrote the classic producer/consumer example with [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] fifteen minutes later I rewrote the classic producer/consumer example with [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32735</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Fri, 27 Apr 2007 13:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32735</guid>
		<description>&lt;p&gt;Cool, I'll give it a try Klaus, Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Cool, I&#8217;ll give it a try Klaus, Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32649</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Fri, 27 Apr 2007 05:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32649</guid>
		<description>&lt;p&gt;Have a look at SimPy (Simulation in Python); http://simpy.sourceforge.net . SimPy uses generators for co-routines and comes with a variety of process synchronization constructs (e.g. semaphores, event signalling, waiting for a general condition). It is easy to implement the general "n Producers/m Consumers" problem correctly in SimPy.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Klaus&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have a look at SimPy (Simulation in Python); <a href="http://simpy.sourceforge.net" rel="nofollow">http://simpy.sourceforge.net</a> . SimPy uses generators for co-routines and comes with a variety of process synchronization constructs (e.g. semaphores, event signalling, waiting for a general condition). It is easy to implement the general &#8220;n Producers/m Consumers&#8221; problem correctly in SimPy.</p>

<p>Regards,</p>

<p>Klaus</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32577</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Thu, 26 Apr 2007 21:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32577</guid>
		<description>&lt;p&gt;@John: it's just a proof of concept&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@John: it&#8217;s just a proof of concept</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John Doe</title>
		<link>http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32557</link>
		<dc:creator>John Doe</dc:creator>
		<pubDate>Thu, 26 Apr 2007 18:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-32557</guid>
		<description>&lt;p&gt;I don't see any need for the locks as list operations are atomic?!&lt;/p&gt;

&lt;p&gt;Regards
John&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any need for the locks as list operations are atomic?!</p>

<p>Regards
John</p>]]></content:encoded>
	</item>
	<item>
		<title>By: A song for the lovers &#187; Producer/Consumer with greenlets</title>
		<link>http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-30634</link>
		<dc:creator>A song for the lovers &#187; Producer/Consumer with greenlets</dc:creator>
		<pubDate>Sat, 14 Apr 2007 20:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/04/09/producerconsumer-in-python/#comment-30634</guid>
		<description>&lt;p&gt;[...] is an addition of the post Producer/Consumer in Python I wrote [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] is an addition of the post Producer/Consumer in Python I wrote [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
