<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Mongrel for Rails Deployment</title>
	<link>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/</link>
	<description>by Mark Mayo</description>
	<pubDate>Tue,  7 Oct 2008 15:13:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: mark</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-41804</link>
		<pubDate>Thu, 02 Nov 2006 18:27:13 +0000</pubDate>
		<guid>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-41804</guid>
					<description>Thanks for the tip Bob. I'm assuming you're referring to &lt;a href="http://dev.robotcoop.com/Libraries/webrick-high-performance/index.html" rel="nofollow"&gt;WEBrick High Performance&lt;/a&gt;. They're using native sendfile() and fork() which speeds up static file requests, but AFAIK the http parsing is still done in Ruby. I'd be curious to know how that plays out performance wise.

I'll take a look. I do like the fact that it simply fork()s instead of creating threads.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Bob. I&#8217;m assuming you&#8217;re referring to <a href="http://dev.robotcoop.com/Libraries/webrick-high-performance/index.html" rel="nofollow">WEBrick High Performance</a>. They&#8217;re using native sendfile() and fork() which speeds up static file requests, but AFAIK the http parsing is still done in Ruby. I&#8217;d be curious to know how that plays out performance wise.</p>
<p>I&#8217;ll take a look. I do like the fact that it simply fork()s instead of creating threads.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bob</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-41788</link>
		<pubDate>Thu, 02 Nov 2006 12:18:08 +0000</pubDate>
		<guid>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-41788</guid>
					<description>Mongrel leaks memory and starts a new thread for every request. Fast Webrick from robot coop is much faster and more stable</description>
		<content:encoded><![CDATA[<p>Mongrel leaks memory and starts a new thread for every request. Fast Webrick from robot coop is much faster and more stable
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jason Hoffman</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12735</link>
		<pubDate>Sun, 21 May 2006 21:50:11 +0000</pubDate>
		<guid>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12735</guid>
					<description>Mongrel is all we're using.</description>
		<content:encoded><![CDATA[<p>Mongrel is all we&#8217;re using.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fabio Akita</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12239</link>
		<pubDate>Fri, 19 May 2006 02:51:05 +0000</pubDate>
		<guid>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12239</guid>
					<description>Hi Mayo, I read some posts of your and I enjoy your insights and knowledge. I particularly came across your recent article about FasCGI, SCGI and so on. I am a brazilian writer and I would like to exchange a few e-mails with you. Problem is, I don't have your address. Would you mind e-mailing me? I would like to ask you a little help. My e-mail is fabioakita@gmail.com. Best Regards.</description>
		<content:encoded><![CDATA[<p>Hi Mayo, I read some posts of your and I enjoy your insights and knowledge. I particularly came across your recent article about FasCGI, SCGI and so on. I am a brazilian writer and I would like to exchange a few e-mails with you. Problem is, I don&#8217;t have your address. Would you mind e-mailing me? I would like to ask you a little help. My e-mail is <a href="mailto:fabioakita@gmail.com.">fabioakita@gmail.com.</a> Best Regards.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: pate</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12103</link>
		<pubDate>Thu, 18 May 2006 11:22:12 +0000</pubDate>
		<guid>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12103</guid>
					<description>Mark,
thanks for posting a link to the interview.  I'm glad you like Mongrel, and I'm glad you liked the interview.  It should be the first of several.

-pate</description>
		<content:encoded><![CDATA[<p>Mark,<br />
thanks for posting a link to the interview.  I&#8217;m glad you like Mongrel, and I&#8217;m glad you liked the interview.  It should be the first of several.</p>
<p>-pate
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dan Sketcher</title>
		<link>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12081</link>
		<pubDate>Thu, 18 May 2006 06:55:25 +0000</pubDate>
		<guid>http://www.vmunix.com/mark/blog/archives/2006/05/17/mongrel-for-rails-deployment/#comment-12081</guid>
					<description>Your “FastCGI, SCGI, and Apache: Background and Future"  post taught me a lot about the grief that I was getting with FastCGI and like you I had been waiting for something exactly like Mongrel to come along...

Makes me happy too! Keep posting great posts Mark :)</description>
		<content:encoded><![CDATA[<p>Your “FastCGI, SCGI, and Apache: Background and Future&#8221;  post taught me a lot about the grief that I was getting with FastCGI and like you I had been waiting for something exactly like Mongrel to come along&#8230;</p>
<p>Makes me happy too! Keep posting great posts Mark <img src='http://www.vmunix.com/mark/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
