<?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: Rapid development serving 500,000 pages/hour</title>
	<atom:link href="http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<pubDate>Wed, 20 Aug 2008 15:50:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: lucasjosh.com &#187; Blog Archive &#187; Links for 1/30/08 [my NetNewsWire tabs]</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-17144</link>
		<dc:creator>lucasjosh.com &#187; Blog Archive &#187; Links for 1/30/08 [my NetNewsWire tabs]</dc:creator>
		<pubDate>Thu, 31 Jan 2008 05:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-17144</guid>
		<description>[...] Rapid development serving 500,000 pages/hour &#124; David Cramer.net [...]</description>
		<content:encoded><![CDATA[<p>[...] Rapid development serving 500,000 pages/hour | David Cramer.net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentino</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-16919</link>
		<dc:creator>Valentino</dc:creator>
		<pubDate>Wed, 23 Jan 2008 22:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-16919</guid>
		<description>And for alternative solutions to clustering and replication have a look at this page, it may help, otherwise... I just tried :)

http://developer.postgresql.org/index.php/Replication,_Clustering,_and_Connection_Pooling</description>
		<content:encoded><![CDATA[<p>And for alternative solutions to clustering and replication have a look at this page, it may help, otherwise&#8230; I just tried <img src='http://www.davidcramer.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://developer.postgresql.org/index.php/Replication,_Clustering,_and_Connection_Pooling" rel="nofollow">http://developer.postgresql.org/index.php/Replication,_Clustering,_and_Connection_Pooling</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentino</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-16917</link>
		<dc:creator>Valentino</dc:creator>
		<pubDate>Wed, 23 Jan 2008 22:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-16917</guid>
		<description>About PostgreSQL scaling better than Mysql:
http://tweakers.net/reviews/657/1/database-test-dual-intel-xeon-5160-pagina-1.html
Here it's pretty clear what scales better and postgresql 8.3 is even faster (a lot) than the one used in the test.</description>
		<content:encoded><![CDATA[<p>About PostgreSQL scaling better than Mysql:<br />
<a href="http://tweakers.net/reviews/657/1/database-test-dual-intel-xeon-5160-pagina-1.html" rel="nofollow">http://tweakers.net/reviews/657/1/database-test-dual-intel-xeon-5160-pagina-1.html</a><br />
Here it&#8217;s pretty clear what scales better and postgresql 8.3 is even faster (a lot) than the one used in the test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tijs.org &#187; Blog Archive &#187; links for 2007-05-25</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9502</link>
		<dc:creator>tijs.org &#187; Blog Archive &#187; links for 2007-05-25</dc:creator>
		<pubDate>Wed, 30 May 2007 04:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9502</guid>
		<description>[...]  Rapid development serving 500,000 pages/hour at DavidCramer.net (tags: toread django performance scaling python) [...]</description>
		<content:encoded><![CDATA[<p>[...]  Rapid development serving 500,000 pages/hour at DavidCramer.net (tags: toread django performance scaling python) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuperJared</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9431</link>
		<dc:creator>SuperJared</dc:creator>
		<pubDate>Mon, 28 May 2007 19:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9431</guid>
		<description>Let me first say that I use Django for every thing that I can. However, I'd like to mention that Smarty works quite well if used properly, allowing templates to be cached. I remember back in 2004 I had a site that was getting nearly 300 req/s using a Smarty-templated site.

Now, given the choice I would NEVER use Smarty again simply because I would hope to never use PHP again. Python/Django is just too... amazing... Words.. can't describe. Should have sent... a poet.</description>
		<content:encoded><![CDATA[<p>Let me first say that I use Django for every thing that I can. However, I&#8217;d like to mention that Smarty works quite well if used properly, allowing templates to be cached. I remember back in 2004 I had a site that was getting nearly 300 req/s using a Smarty-templated site.</p>
<p>Now, given the choice I would NEVER use Smarty again simply because I would hope to never use PHP again. Python/Django is just too&#8230; amazing&#8230; Words.. can&#8217;t describe. Should have sent&#8230; a poet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Django Utilidades</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9318</link>
		<dc:creator>Django Utilidades</dc:creator>
		<pubDate>Sat, 26 May 2007 20:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9318</guid>
		<description>&lt;strong&gt;500.000 page views por hora...&lt;/strong&gt;

Ã“timo case em Django.
Em dezembro Ãºltimo, este site: [1]Â  teve vÃ¡rias quedas por ter requisiÃ§Ãµes demais. Tomaram a decisÃ£o de mudar de ferramenta, e escolheram o Django.
A decisÃ£o foi acertada e pode ser verificada aqui: [2] [3]
Links relaciona...</description>
		<content:encoded><![CDATA[<p><strong>500.000 page views por hora&#8230;</strong></p>
<p>Ã“timo case em Django.<br />
Em dezembro Ãºltimo, este site: [1]Â  teve vÃ¡rias quedas por ter requisiÃ§Ãµes demais. Tomaram a decisÃ£o de mudar de ferramenta, e escolheram o Django.<br />
A decisÃ£o foi acertada e pode ser verificada aqui: [2] [3]<br />
Links relaciona&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9254</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 25 May 2007 23:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9254</guid>
		<description>Smarty is the paint on a car, where as Django is the tight suspension, quick accelerating roadster :)</description>
		<content:encoded><![CDATA[<p>Smarty is the paint on a car, where as Django is the tight suspension, quick accelerating roadster <img src='http://www.davidcramer.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soltys</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9246</link>
		<dc:creator>Soltys</dc:creator>
		<pubDate>Fri, 25 May 2007 21:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9246</guid>
		<description>Nice score...
Probably if you choice Smarty not Django, server could not hang too much visits/hits.</description>
		<content:encoded><![CDATA[<p>Nice score&#8230;<br />
Probably if you choice Smarty not Django, server could not hang too much visits/hits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extenuating Circumstances &#187; Blog Archive &#187; links for 2007-05-25</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9214</link>
		<dc:creator>Extenuating Circumstances &#187; Blog Archive &#187; links for 2007-05-25</dc:creator>
		<pubDate>Fri, 25 May 2007 10:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9214</guid>
		<description>[...] Rapid development serving 500,000 pages/hour at DavidCramer.net (tags: performance development python scaling django availability lamp) [...]</description>
		<content:encoded><![CDATA[<p>[...] Rapid development serving 500,000 pages/hour at DavidCramer.net (tags: performance development python scaling django availability lamp) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-05-25 &#171; Joost&#8217;s weblog</title>
		<link>http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9210</link>
		<dc:creator>links for 2007-05-25 &#171; Joost&#8217;s weblog</dc:creator>
		<pubDate>Fri, 25 May 2007 08:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/43/rapid-development-serving-500000-pageshour.html#comment-9210</guid>
		<description>[...] Rapid development serving 500,000 pages/hour (DavidCramer.net) How&#8217;s that for Django scalability! (tags: django webdev scalability performance) [...]</description>
		<content:encoded><![CDATA[<p>[...] Rapid development serving 500,000 pages/hour (DavidCramer.net) How&#8217;s that for Django scalability! (tags: django webdev scalability performance) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
