<?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: Rails vs. Ramaze Performance Comparison</title>
	<atom:link href="http://ramblings.gibberishcode.net/archives/rails-vs-ramaze-performance-comparison/31/feed" rel="self" type="application/rss+xml" />
	<link>http://ramblings.gibberishcode.net/archives/rails-vs-ramaze-performance-comparison/31</link>
	<description>about fetching, interpreting, and executing.</description>
	<lastBuildDate>Mon, 14 Jun 2010 22:21:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ramblings Ramaze vs. Padrino Benchmarks</title>
		<link>http://ramblings.gibberishcode.net/archives/rails-vs-ramaze-performance-comparison/31/comment-page-1#comment-13253</link>
		<dc:creator>Ramblings Ramaze vs. Padrino Benchmarks</dc:creator>
		<pubDate>Sat, 01 May 2010 19:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=31#comment-13253</guid>
		<description>[...] in Ramaze since January 2009 when I switched from Rails to Ramaze. At that time, I did some benchmark comparisons. The other day, I heard about Padrino, the micro-framework for Sinatra, which is comparable to the [...]</description>
		<content:encoded><![CDATA[<p>[...] in Ramaze since January 2009 when I switched from Rails to Ramaze. At that time, I did some benchmark comparisons. The other day, I heard about Padrino, the micro-framework for Sinatra, which is comparable to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://ramblings.gibberishcode.net/archives/rails-vs-ramaze-performance-comparison/31/comment-page-1#comment-6577</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 01 Mar 2009 17:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=31#comment-6577</guid>
		<description>@rony:  That is curious, indeed.  I have been half suspecting Passenger isn&#039;t quite ready for 1.9.1 performance-wise.  I think I will run some basic tests without Apache/Passenger and post a follow up article with results.</description>
		<content:encoded><![CDATA[<p>@rony:  That is curious, indeed.  I have been half suspecting Passenger isn&#8217;t quite ready for 1.9.1 performance-wise.  I think I will run some basic tests without Apache/Passenger and post a follow up article with results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rony</title>
		<link>http://ramblings.gibberishcode.net/archives/rails-vs-ramaze-performance-comparison/31/comment-page-1#comment-6568</link>
		<dc:creator>Rony</dc:creator>
		<pubDate>Sat, 28 Feb 2009 18:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=31#comment-6568</guid>
		<description>I don&#039;t understand these results. If I use this start.rb I get 177 requests per second with 1.8.7 and 313 requests per second with 1.91. This make 1.91 75% faster than 1.8.7. This is consistant with other tests I have run.

require &#039;rubygems&#039;
require &#039;ramaze&#039;

# Add directory start.rb is in to th e load path, so you can run the app from
# any other working path
$LOAD_PATH.unshift(__DIR__)

# Initialize controllers and models
require &#039;controller/init&#039;
require &#039;model/init&#039;

Ramaze::Global.sourcereload = false
Ramaze::Global.sessions = false
Ramaze::Log.ignored_tags = [:debug, :info]

Ramaze.start :adapter =&gt; :thin , :port =&gt; 7000</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand these results. If I use this start.rb I get 177 requests per second with 1.8.7 and 313 requests per second with 1.91. This make 1.91 75% faster than 1.8.7. This is consistant with other tests I have run.</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8216;ramaze&#8217;</p>
<p># Add directory start.rb is in to th e load path, so you can run the app from<br />
# any other working path<br />
$LOAD_PATH.unshift(__DIR__)</p>
<p># Initialize controllers and models<br />
require &#8216;controller/init&#8217;<br />
require &#8216;model/init&#8217;</p>
<p>Ramaze::Global.sourcereload = false<br />
Ramaze::Global.sessions = false<br />
Ramaze::Log.ignored_tags = [:debug, :info]</p>
<p>Ramaze.start :adapter =&gt; :thin , :port =&gt; 7000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://ramblings.gibberishcode.net/archives/rails-vs-ramaze-performance-comparison/31/comment-page-1#comment-6519</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 20 Feb 2009 01:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=31#comment-6519</guid>
		<description>@AJ: I do like Merb and have played with it quite a bit.  Before writing this article, I was actually benchmarking Merb vs. Rails and it did show very good performance differences.  However, my thinking is that if Merb is becoming Rails 3.0, I don&#039;t need to learn Merb at this juncture.  I can simply choose Rails 2.2.2 now and build with expectation of reaping the benefits of Merb when Rails 3.0 comes around.  This strikes me as a cleaner &quot;upgrade path&quot; than to switch to Merb now then migrate back to Rails when 3.0 is out.</description>
		<content:encoded><![CDATA[<p>@AJ: I do like Merb and have played with it quite a bit.  Before writing this article, I was actually benchmarking Merb vs. Rails and it did show very good performance differences.  However, my thinking is that if Merb is becoming Rails 3.0, I don&#8217;t need to learn Merb at this juncture.  I can simply choose Rails 2.2.2 now and build with expectation of reaping the benefits of Merb when Rails 3.0 comes around.  This strikes me as a cleaner &#8220;upgrade path&#8221; than to switch to Merb now then migrate back to Rails when 3.0 is out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://ramblings.gibberishcode.net/archives/rails-vs-ramaze-performance-comparison/31/comment-page-1#comment-6517</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Thu, 19 Feb 2009 21:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.gibberishcode.net/?p=31#comment-6517</guid>
		<description>Does Merb not achieve what you want? We&#039;ve been using it at the core of Chef&#039;s (http://github.com/opscode/chef/tree/master) server component without issue, the performance is outstanding and interacted cleanly with CouchDB</description>
		<content:encoded><![CDATA[<p>Does Merb not achieve what you want? We&#8217;ve been using it at the core of Chef&#8217;s (<a href="http://github.com/opscode/chef/tree/master" rel="nofollow">http://github.com/opscode/chef/tree/master</a>) server component without issue, the performance is outstanding and interacted cleanly with CouchDB</p>
]]></content:encoded>
	</item>
</channel>
</rss>
