<?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: High Performance Django</title>
	<atom:link href="http://www.davidcramer.net/code/276/high-performance-django.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/276/high-performance-django.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:46:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hypnosistrainingdevon</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20709</link>
		<dc:creator>hypnosistrainingdevon</dc:creator>
		<pubDate>Sat, 21 Mar 2009 04:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20709</guid>
		<description>How much faster is nginx on serving content from memcached than static files?
I believe OS like linux and *bsd caches frequently requested files in ram. Though you could garantuee that from memcached its always in memory but how about tcp latency? Does nginx connec to the memcached on every request?</description>
		<content:encoded><![CDATA[<p>How much faster is nginx on serving content from memcached than static files?<br />
I believe OS like linux and *bsd caches frequently requested files in ram. Though you could garantuee that from memcached its always in memory but how about tcp latency? Does nginx connec to the memcached on every request?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darkfall</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20617</link>
		<dc:creator>Darkfall</dc:creator>
		<pubDate>Sun, 25 Jan 2009 02:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20617</guid>
		<description>I&#039;m starting a project fairly soon and trying to decide between Django and PHP (sort of off topic)... but I have doubts for choosing django... For starters, I don&#039;t know if it&#039;s &#039;economical&#039; to choose django in terms of performance. Does django beat pure php in complex sites pageviews? In other words, do I have to scale faster with django then with php? Will I be able to find additional programmers if my website becomes a success? I live in Europe and I don&#039;t have the impression django/python developers are common here (prove me wrong!). How is the support going to be? I&#039;m always surprised to see very old php4 code runs fine on the newest php5 release, but I heard djando changes quite often and you have to re-write code if you want to use a newer release. Meh.</description>
		<content:encoded><![CDATA[<p>I&#8217;m starting a project fairly soon and trying to decide between Django and PHP (sort of off topic)&#8230; but I have doubts for choosing django&#8230; For starters, I don&#8217;t know if it&#8217;s &#8216;economical&#8217; to choose django in terms of performance. Does django beat pure php in complex sites pageviews? In other words, do I have to scale faster with django then with php? Will I be able to find additional programmers if my website becomes a success? I live in Europe and I don&#8217;t have the impression django/python developers are common here (prove me wrong!). How is the support going to be? I&#8217;m always surprised to see very old php4 code runs fine on the newest php5 release, but I heard djando changes quite often and you have to re-write code if you want to use a newer release. Meh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: world of warcraft gold</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20441</link>
		<dc:creator>world of warcraft gold</dc:creator>
		<pubDate>Thu, 06 Nov 2008 08:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20441</guid>
		<description>I&#039;m personally very interested in SCGI as an alternative to FastCGI. SCGI is a much simpler protocol (but with the same theoretical performance benefits) and was originally designed for use with Quixote, another Python framework. It&#039;s getting quite a bit of interest in the Rails community at the moment.</description>
		<content:encoded><![CDATA[<p>I&#39;m personally very interested in SCGI as an alternative to FastCGI. SCGI is a much simpler protocol (but with the same theoretical performance benefits) and was originally designed for use with Quixote, another Python framework. It&#39;s getting quite a bit of interest in the Rails community at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jvisinand</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20285</link>
		<dc:creator>jvisinand</dc:creator>
		<pubDate>Thu, 18 Sep 2008 15:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20285</guid>
		<description>I have just migrated the user home page of mixin.com (http://www.mixin.com/users/ndengler/) from django to jinja2 on our test environment. The time used for rendering the template shrunk from ~1000ms to ~400ms (which is still to much). It&#039;s more than 2 times faster and we are planning to migrate our complete application on jinja2. I wish I knew jinja2 before!</description>
		<content:encoded><![CDATA[<p>I have just migrated the user home page of mixin.com (<a href="http://www.mixin.com/users/ndengler/" rel="nofollow">http://www.mixin.com/users/ndengler/</a>) from django to jinja2 on our test environment. The time used for rendering the template shrunk from ~1000ms to ~400ms (which is still to much). It&#8217;s more than 2 times faster and we are planning to migrate our complete application on jinja2. I wish I knew jinja2 before!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20240</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 07 Sep 2008 15:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20240</guid>
		<description>I wouldn&#039;t say they were a major bottleneck, but yes, Curse was using Jinja. It was mostly because of the flexibility Jinja offers over Django.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t say they were a major bottleneck, but yes, Curse was using Jinja. It was mostly because of the flexibility Jinja offers over Django.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pytechd</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20239</link>
		<dc:creator>pytechd</dc:creator>
		<pubDate>Sun, 07 Sep 2008 14:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20239</guid>
		<description>Did Curse switch to Jinja? Were templates a major bottleneck?</description>
		<content:encoded><![CDATA[<p>Did Curse switch to Jinja? Were templates a major bottleneck?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20238</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 07 Sep 2008 06:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20238</guid>
		<description>I can&#039;t really say what makes it faster, except that it does use some ctypes, and in Jinja2 it compiles down to a module which is really nice.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t really say what makes it faster, except that it does use some ctypes, and in Jinja2 it compiles down to a module which is really nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.davidcramer.net/code/276/high-performance-django.html/comment-page-1#comment-20237</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 07 Sep 2008 06:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=276#comment-20237</guid>
		<description>What is it that makes jinja so much faster than djangos builtin template engine? Cant the built in by improved to perform better performence??</description>
		<content:encoded><![CDATA[<p>What is it that makes jinja so much faster than djangos builtin template engine? Cant the built in by improved to perform better performence??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
