<?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: File Uploads in Merb versus Rails</title>
	<atom:link href="http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Wed, 21 Jul 2010 20:03:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 800 Steps To Go &#187; Blog Archive &#187; Rails Performance: A Brief History of the Universe</title>
		<link>http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/comment-page-1/#comment-40</link>
		<dc:creator>800 Steps To Go &#187; Blog Archive &#187; Rails Performance: A Brief History of the Universe</dc:creator>
		<pubDate>Mon, 28 Jan 2008 10:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/#comment-40</guid>
		<description>[...] that makes an effort at better performance. Entries from this side of the arena include Grails and Merb. The question I&#8217;d be asking myself if I were a Rails evangelist that wanted to see the [...]</description>
		<content:encoded><![CDATA[<p>[...] that makes an effort at better performance. Entries from this side of the arena include Grails and Merb. The question I&#8217;d be asking myself if I were a Rails evangelist that wanted to see the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mperham</title>
		<link>http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/comment-page-1/#comment-5</link>
		<dc:creator>mperham</dc:creator>
		<pubDate>Thu, 04 Oct 2007 18:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/#comment-5</guid>
		<description>Thanks Tom, that&#039;s good info to have; I didn&#039;t use it because it&#039;s not documented.  Could you add it to the merb.yml (commented out like the other various options) so that people know about it in future releases?</description>
		<content:encoded><![CDATA[<p>Thanks Tom, that&#8217;s good info to have; I didn&#8217;t use it because it&#8217;s not documented.  Could you add it to the merb.yml (commented out like the other various options) so that people know about it in future releases?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Mornini</title>
		<link>http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/comment-page-1/#comment-4</link>
		<dc:creator>Tom Mornini</dc:creator>
		<pubDate>Wed, 03 Oct 2007 17:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2007/10/02/file-uploads-in-merb-versus-rails/#comment-4</guid>
		<description>Hello Mike. Thanks for writing this nice post on Merb!

Did you turn off locking?

By default, Merb will lock through the controller code, serializing that portion of the requests. This is required for ActiveRecord code to behave, as AR is not thread safe.

The Merb responses are quicker because it&#039;s threaded up to that point, whereas Rails locks for *everything*.

If you add:

  :use_mutex:  false

in merb.yml

You&#039;ll get better results yet. :-)</description>
		<content:encoded><![CDATA[<p>Hello Mike. Thanks for writing this nice post on Merb!</p>
<p>Did you turn off locking?</p>
<p>By default, Merb will lock through the controller code, serializing that portion of the requests. This is required for ActiveRecord code to behave, as AR is not thread safe.</p>
<p>The Merb responses are quicker because it&#8217;s threaded up to that point, whereas Rails locks for *everything*.</p>
<p>If you add:</p>
<p>  :use_mutex:  false</p>
<p>in merb.yml</p>
<p>You&#8217;ll get better results yet. <img src='http://www.mikeperham.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
