<?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: Twitter is giving Rails a bad name</title>
	<atom:link href="http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/</link>
	<description>It&#039;s Just Links</description>
	<lastBuildDate>Wed, 14 Sep 2011 13:47:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tony</title>
		<link>http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/comment-page-1/#comment-91631</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/#comment-91631</guid>
		<description>Rails is very fast by default in my experience even under moderate high load but if you need to get killer performance you simply break out of ActiveRecord and use plain SQL and turn on caching.

In Twitter&#039;s case they have extreme activity on a simple app. I&#039;d load balance, memcached, and if that didn&#039;t work slap C in front of it.</description>
		<content:encoded><![CDATA[<p>Rails is very fast by default in my experience even under moderate high load but if you need to get killer performance you simply break out of ActiveRecord and use plain SQL and turn on caching.</p>
<p>In Twitter&#8217;s case they have extreme activity on a simple app. I&#8217;d load balance, memcached, and if that didn&#8217;t work slap C in front of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/comment-page-1/#comment-91322</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2008/06/05/twitter-is-giving-rails-a-bad-name/#comment-91322</guid>
		<description>You sure it&#039;s not the other way around? Did you see this? http://www.avnetlabs.com/php/php-framework-comparison-benchmarks

Check out CodeIgniter&#039;s benchmarks at the very bottom when using various ORM / code cache.</description>
		<content:encoded><![CDATA[<p>You sure it&#8217;s not the other way around? Did you see this? <a href="http://www.avnetlabs.com/php/php-framework-comparison-benchmarks">http://www.avnetlabs.com/php/php-framework-comparison-benchmarks</a></p>
<p>Check out CodeIgniter&#8217;s benchmarks at the very bottom when using various ORM / code cache.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

