<?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: Erlang, Python and Twisted mashup using TwOTP</title>
	<atom:link href="http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Sat, 19 May 2012 23:33:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Steve</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-76677</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 19 May 2012 23:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-76677</guid>
		<description>Also, if you&#039;ve downloaded release 0.7, you&#039;ll probably need to apply the fix suggested here:

https://bugs.launchpad.net/twotp/+bug/767842</description>
		<content:encoded><![CDATA[<p>Also, if you&#8217;ve downloaded release 0.7, you&#8217;ll probably need to apply the fix suggested here:</p>
<p><a href="https://bugs.launchpad.net/twotp/+bug/767842" rel="nofollow">https://bugs.launchpad.net/twotp/+bug/767842</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-76676</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 19 May 2012 23:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-76676</guid>
		<description>Note for current readers: Since this blog entry was published, twotp introduced backwards incompatible changes. These changes invalidate this blog entry. Download the latest twotp release and look in the doc folder for a few samples to get you going.</description>
		<content:encoded><![CDATA[<p>Note for current readers: Since this blog entry was published, twotp introduced backwards incompatible changes. These changes invalidate this blog entry. Download the latest twotp release and look in the doc folder for a few samples to get you going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Clemesha</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-20914</link>
		<dc:creator>Alex Clemesha</dc:creator>
		<pubDate>Thu, 30 Apr 2009 01:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-20914</guid>
		<description>@sl63 I&#039;m mostly in the same camp with the point you are making, but you might have presented it in a less snide way.  The presentation _is_ excellent, so thanks for posting it.  I&#039;m interested in using Twopt to manage RabbitMQ *locally*, as using this technique is far better than, say, scripting shell calls to &quot;rabbitmqctl&quot;.  Until other solutions come along, this is a perfect way of solving some immediate problems.</description>
		<content:encoded><![CDATA[<p>@sl63 I&#8217;m mostly in the same camp with the point you are making, but you might have presented it in a less snide way.  The presentation _is_ excellent, so thanks for posting it.  I&#8217;m interested in using Twopt to manage RabbitMQ *locally*, as using this technique is far better than, say, scripting shell calls to &#8220;rabbitmqctl&#8221;.  Until other solutions come along, this is a perfect way of solving some immediate problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sl63</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-20910</link>
		<dc:creator>sl63</dc:creator>
		<pubDate>Wed, 29 Apr 2009 21:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-20910</guid>
		<description>Yep, Erlang and Python could become like &lt;a HREF=&quot;http://qconlondon.com/london-2009/file?path=/qcon-london-2009/slides/SteveVinoski_RPCAndItsOffspringConvenientYetFundamentallyFlawed.pdf&quot; rel=&quot;nofollow&quot;&gt;Peanut Butter and Jelly&lt;/A&gt; for web programming.</description>
		<content:encoded><![CDATA[<p>Yep, Erlang and Python could become like <a HREF="http://qconlondon.com/london-2009/file?path=/qcon-london-2009/slides/SteveVinoski_RPCAndItsOffspringConvenientYetFundamentallyFlawed.pdf" rel="nofollow">Peanut Butter and Jelly</a> for web programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Clemesha</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-20909</link>
		<dc:creator>Alex Clemesha</dc:creator>
		<pubDate>Wed, 29 Apr 2009 20:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-20909</guid>
		<description>Yes, thanks to Nicolas for posting this article - it prompted me to realize how awesome Twotp is.  I&#039;m personally going to be using it for some RabbitMQ management, but connecting (in a first class citizen type of way) to any sort of Erlang node from twisted (like Ejabberd, etc) is powerful.  Also, I&#039;d like to mention that last night I talked with Thomas Hervé (author of Twotp) on the #twisted irc channel (he is &#039;therve&#039;) and he was extremely helpful.  Furthermore, I noticed by the next morning a small bug was fixed and a couple great examples were added to Twotp, so I recommend getting the latest source.</description>
		<content:encoded><![CDATA[<p>Yes, thanks to Nicolas for posting this article &#8211; it prompted me to realize how awesome Twotp is.  I&#8217;m personally going to be using it for some RabbitMQ management, but connecting (in a first class citizen type of way) to any sort of Erlang node from twisted (like Ejabberd, etc) is powerful.  Also, I&#8217;d like to mention that last night I talked with Thomas Hervé (author of Twotp) on the #twisted irc channel (he is &#8216;therve&#8217;) and he was extremely helpful.  Furthermore, I noticed by the next morning a small bug was fixed and a couple great examples were added to Twotp, so I recommend getting the latest source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Hervé</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-20903</link>
		<dc:creator>Thomas Hervé</dc:creator>
		<pubDate>Wed, 29 Apr 2009 07:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-20903</guid>
		<description>Thanks a lot for this post! I&#039;m Twotp author, and I&#039;d be happy to help you if you have some questions. It&#039;s a side project and I don&#039;t spend much time on it nowadays, but I&#039;d like to spend more!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post! I&#8217;m Twotp author, and I&#8217;d be happy to help you if you have some questions. It&#8217;s a side project and I don&#8217;t spend much time on it nowadays, but I&#8217;d like to spend more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Bryson</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-20862</link>
		<dc:creator>Dave Bryson</dc:creator>
		<pubDate>Tue, 28 Apr 2009 03:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-20862</guid>
		<description>Very nice.  I just came across your work.  I&#039;ve been working on something similar for Ruby using Eventmachine.   I haven&#039;t had the opportunity to look though all the code yet; but have you tackled &quot;links&quot; yet?</description>
		<content:encoded><![CDATA[<p>Very nice.  I just came across your work.  I&#8217;ve been working on something similar for Ruby using Eventmachine.   I haven&#8217;t had the opportunity to look though all the code yet; but have you tackled &#8220;links&#8221; yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-20617</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-20617</guid>
		<description>Poor you. No need to share that feeling with the world though.</description>
		<content:encoded><![CDATA[<p>Poor you. No need to share that feeling with the world though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Pierre</title>
		<link>http://eikke.com/erlang-python-and-twisted-mashup-using-twotp/comment-page-1/#comment-20615</link>
		<dc:creator>Jean-Pierre</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/?p=90#comment-20615</guid>
		<description>Don&#039;t understand a hole of this.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t understand a hole of this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

