<?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: Integrate Tornado in Django</title>
	<atom:link href="http://geekscrap.com/2010/02/integrate-tornado-in-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/</link>
	<description>there is at least one way to do it</description>
	<lastBuildDate>Fri, 03 Sep 2010 22:41:15 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eazyigz</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-88</link>
		<dc:creator>Eazyigz</dc:creator>
		<pubDate>Fri, 30 Jul 2010 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-88</guid>
		<description>This is neat, but I think its too much code just to get a Tornado server running.  On tornadoweb&#039;s site they show a couple-line example how to launch their server and listen on a particular port.  Now, if you want your Tornado server to do ajax push (comet-style) to the client, you will have to run Tornado on a different port than Django.  And that&#039;s when the real fun begins (headache of making it work with jQuery)!</description>
		<content:encoded><![CDATA[<p>This is neat, but I think its too much code just to get a Tornado server running.  On tornadoweb&#39;s site they show a couple-line example how to launch their server and listen on a particular port.  Now, if you want your Tornado server to do ajax push (comet-style) to the client, you will have to run Tornado on a different port than Django.  And that&#39;s when the real fun begins (headache of making it work with jQuery)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integrate Tornado in Django — geek scrap &#124; Errors &#38; Geeks</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-79</link>
		<dc:creator>Integrate Tornado in Django — geek scrap &#124; Errors &#38; Geeks</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-79</guid>
		<description>[...] is the original:  Integrate Tornado in Django — geek scrap   Tags: buildout, coding, django, exploit, facebook, integrate-tornado, open-source, Python, tools, [...]</description>
		<content:encoded><![CDATA[<p>[...] is the original:  Integrate Tornado in Django — geek scrap   Tags: buildout, coding, django, exploit, facebook, integrate-tornado, open-source, Python, tools, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integrate Tornado in Django &#171; WebGlide - Django</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-76</link>
		<dc:creator>Integrate Tornado in Django &#171; WebGlide - Django</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-76</guid>
		<description>[...] Integrate Tornado in Django. A handy ./manage.py runtornado management command for firing up a Tornado server that serves your Django application. [...]</description>
		<content:encoded><![CDATA[<p>[...] Integrate Tornado in Django. A handy ./manage.py runtornado management command for firing up a Tornado server that serves your Django application. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Digest for February 13th &#124; William Stearns</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-67</link>
		<dc:creator>Weekly Digest for February 13th &#124; William Stearns</dc:creator>
		<pubDate>Sun, 14 Feb 2010 04:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-67</guid>
		<description>[...] Shared Geek Scrap: Integrate Tornado in Django. [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared Geek Scrap: Integrate Tornado in Django. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geekscrap</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-50</link>
		<dc:creator>geekscrap</dc:creator>
		<pubDate>Thu, 11 Feb 2010 06:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-50</guid>
		<description>Thanks James, I&#039;ve updated my post to include your link :-)</description>
		<content:encoded><![CDATA[<p>Thanks James, I&#39;ve updated my post to include your link <img src='http://geekscrap.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Abley</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-49</link>
		<dc:creator>James Abley</dc:creator>
		<pubDate>Thu, 11 Feb 2010 05:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-49</guid>
		<description>This might be a more independent benchmark of tornado, among others.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://nichol.as/asynchronous-servers-in-python&quot; rel=&quot;nofollow&quot;&gt;http://nichol.as/asynchronous-servers-in-python&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This might be a more independent benchmark of tornado, among others.</p>
<p><a href="http://nichol.as/asynchronous-servers-in-python" rel="nofollow">http://nichol.as/asynchronous-servers-in-python</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-47</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 09 Feb 2010 02:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-47</guid>
		<description>Very neat.  I&#039;ll have to tinker with this sometime.  Thanks for the article!</description>
		<content:encoded><![CDATA[<p>Very neat.  I&#39;ll have to tinker with this sometime.  Thanks for the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geekscrap</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-45</link>
		<dc:creator>geekscrap</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-45</guid>
		<description>@Greg: FriendFeed benchmarks look encouraging, but I haven&#039;t found any independent performance comparison yet and I haven&#039;t run any serious benchmarking. It&#039;s certainly ready for production usage and I currently use it for django projects that my company runs in production, using nginx as frontend. It feels responsive and memory/cpu load is certainly lower than running a lighttpd+fastcgi+django+flup setup.&lt;br&gt;It does miss some features like built-in auto-reloading (which is something I don&#039;t want/need anyway).&lt;br&gt;During this month I will be running more benchmarking to see what kind of setup and optimizations I need to handle a django deployment with 50k users and peaks of more than 100 concurrent connections and I will report some stats on Tornado then.</description>
		<content:encoded><![CDATA[<p>@Greg: FriendFeed benchmarks look encouraging, but I haven&#39;t found any independent performance comparison yet and I haven&#39;t run any serious benchmarking. It&#39;s certainly ready for production usage and I currently use it for django projects that my company runs in production, using nginx as frontend. It feels responsive and memory/cpu load is certainly lower than running a lighttpd+fastcgi+django+flup setup.<br />It does miss some features like built-in auto-reloading (which is something I don&#39;t want/need anyway).<br />During this month I will be running more benchmarking to see what kind of setup and optimizations I need to handle a django deployment with 50k users and peaks of more than 100 concurrent connections and I will report some stats on Tornado then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-44</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-44</guid>
		<description>How does this end up being in terms of performance? Is this something you&#039;d probably only want to do to tinker with, or do you feel it&#039;s suitable for a small to mid-sized site?</description>
		<content:encoded><![CDATA[<p>How does this end up being in terms of performance? Is this something you&#39;d probably only want to do to tinker with, or do you feel it&#39;s suitable for a small to mid-sized site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integrate Tornado in Django</title>
		<link>http://geekscrap.com/2010/02/integrate-tornado-in-django/comment-page-1/#comment-46</link>
		<dc:creator>Integrate Tornado in Django</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://geekscrap.com/?p=588#comment-46</guid>
		<description>[...] tutorial to integrate tornado in django, versus the alternative ways to integrate django in [...]</description>
		<content:encoded><![CDATA[<p>[...] tutorial to integrate tornado in django, versus the alternative ways to integrate django in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
