<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Beanstalkd / Python Basic Tutorial</title>
	<atom:link href="http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/</link>
	<description>Parand Tony Darugar: A Cruel and Petty Dictator</description>
	<lastBuildDate>Tue, 17 Jan 2012 23:10:42 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Casey Strouse</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-342043</link>
		<dc:creator>Casey Strouse</dc:creator>
		<pubDate>Fri, 11 Nov 2011 18:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-342043</guid>
		<description>When you start the beanstalkd process you can pass the -b flag along with a path for the log file.  Beanstalkd will write the jobs in the queue into that log and you can resume from that if there&#039;s a problem.</description>
		<content:encoded><![CDATA[<p>When you start the beanstalkd process you can pass the -b flag along with a path for the log file.  Beanstalkd will write the jobs in the queue into that log and you can resume from that if there&#8217;s a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vangel</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-326316</link>
		<dc:creator>vangel</dc:creator>
		<pubDate>Sun, 03 Jul 2011 08:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-326316</guid>
		<description>oh and I must add your blog is beautiful. Dark tones and good colors. I am going to steal this theme but I dont like WP much :) Hope Icanslap it into serendipity</description>
		<content:encoded><![CDATA[<p>oh and I must add your blog is beautiful. Dark tones and good colors. I am going to steal this theme but I dont like WP much <img src='http://parand.com/say/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hope Icanslap it into serendipity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evangelizer's blog</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-326314</link>
		<dc:creator>Evangelizer's blog</dc:creator>
		<pubDate>Sun, 03 Jul 2011 08:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-326314</guid>
		<description>&lt;strong&gt;Beanstalk versus Mecache...&lt;/strong&gt;

Yes its the title but this isnt a smackdown. The fact is beanstalkd was inspired from memcache. However memcahe is considerably old and not very useful in many real world scenarios. That is why we have Queues. While memcahe could be made to behave as s...</description>
		<content:encoded><![CDATA[<p><strong>Beanstalk versus Mecache&#8230;</strong></p>
<p>Yes its the title but this isnt a smackdown. The fact is beanstalkd was inspired from memcache. However memcahe is considerably old and not very useful in many real world scenarios. That is why we have Queues. While memcahe could be made to behave as s&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vangel</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-326312</link>
		<dc:creator>vangel</dc:creator>
		<pubDate>Sun, 03 Jul 2011 08:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-326312</guid>
		<description>ah exactly the kind of example I was looking for. Although I was hoping we could see a complete working example with mail send. Most of the posts I found only mention the word email but do not apply any real world scenario.
Thank you for sharing the simple example.</description>
		<content:encoded><![CDATA[<p>ah exactly the kind of example I was looking for. Although I was hoping we could see a complete working example with mail send. Most of the posts I found only mention the word email but do not apply any real world scenario.<br />
Thank you for sharing the simple example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-297754</link>
		<dc:creator>Adnan</dc:creator>
		<pubDate>Mon, 08 Nov 2010 06:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-297754</guid>
		<description>I find no details how to backup and restore data from queue in case it fails

pls help</description>
		<content:encoded><![CDATA[<p>I find no details how to backup and restore data from queue in case it fails</p>
<p>pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-262993</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-262993</guid>
		<description>Hey all, no offense intended to the pybeanstalk maintainer, but it seems to me that beanstalkc is a better-maintained python beanstalk client these days.  Check out this tutorial:
http://github.com/earl/beanstalkc/blob/master/TUTORIAL
And you can see the guts of the server protocol here for more context, if interested:
http://github.com/kr/beanstalkd/blob/master/doc/protocol.txt</description>
		<content:encoded><![CDATA[<p>Hey all, no offense intended to the pybeanstalk maintainer, but it seems to me that beanstalkc is a better-maintained python beanstalk client these days.  Check out this tutorial:<br />
<a href="http://github.com/earl/beanstalkc/blob/master/TUTORIAL" rel="nofollow">http://github.com/earl/beanstalkc/blob/master/TUTORIAL</a><br />
And you can see the guts of the server protocol here for more context, if interested:<br />
<a href="http://github.com/kr/beanstalkd/blob/master/doc/protocol.txt" rel="nofollow">http://github.com/kr/beanstalkd/blob/master/doc/protocol.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham King &#187; Choosing a message queue for Python on Ubuntu on a VPS</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-255460</link>
		<dc:creator>Graham King &#187; Choosing a message queue for Python on Ubuntu on a VPS</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-255460</guid>
		<description>[...] There&#8217;s a good tutorial here: http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tut orial/ [...]</description>
		<content:encoded><![CDATA[<p>[...] There&#8217;s a good tutorial here: <a href="http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tut" rel="nofollow">http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tut</a> orial/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parand</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-209145</link>
		<dc:creator>Parand</dc:creator>
		<pubDate>Sun, 28 Dec 2008 17:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-209145</guid>
		<description>Jason, the model is not exactly polling. The c.reserve() call blocks, waiting for a message to become available. So you don&#039;t poll, you just reserve.</description>
		<content:encoded><![CDATA[<p>Jason, the model is not exactly polling. The c.reserve() call blocks, waiting for a message to become available. So you don&#8217;t poll, you just reserve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-208991</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 28 Dec 2008 09:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-208991</guid>
		<description>Hi,
   Does this python script do automatic polling for new jobs?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   Does this python script do automatic polling for new jobs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://parand.com/say/index.php/2008/10/12/beanstalkd-python-basic-tutorial/comment-page-1/#comment-205729</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 18 Dec 2008 06:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://parand.com/say/?p=694#comment-205729</guid>
		<description>can you use objects besides strings? ie will it automatically pickle and unpickle objects?</description>
		<content:encoded><![CDATA[<p>can you use objects besides strings? ie will it automatically pickle and unpickle objects?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

