<?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: Fast scalability of Ruby on Rails with mongrel under OpenBSD</title>
	<atom:link href="http://blogs.helion-prime.com/2009/08/12/fast-scalability-of-ruby-on-rails-with-mongrel-under-openbsd.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.helion-prime.com/2009/08/12/fast-scalability-of-ruby-on-rails-with-mongrel-under-openbsd.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 22 Jul 2010 07:23:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy</title>
		<link>http://blogs.helion-prime.com/2009/08/12/fast-scalability-of-ruby-on-rails-with-mongrel-under-openbsd.html/comment-page-1#comment-627</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 12 Aug 2009 16:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.helion-prime.com/?p=546#comment-627</guid>
		<description>Nice writeup!

This is a cool way to use pf to cut out intermediate daemons, but you are losing some of the benefits of that setup. For example if you have nginx or lighttpd do the load balancing you can also have that server serve some static content for you. I have my rails apps setup so that lighty will serve css/js/jpg/png/etc as it is significantly faster than Mongrel serving those files.

If you are using a CDN or simply don&#039;t want that setup of course you&#039;ll need a setup something like this.</description>
		<content:encoded><![CDATA[<p>Nice writeup!</p>
<p>This is a cool way to use pf to cut out intermediate daemons, but you are losing some of the benefits of that setup. For example if you have nginx or lighttpd do the load balancing you can also have that server serve some static content for you. I have my rails apps setup so that lighty will serve css/js/jpg/png/etc as it is significantly faster than Mongrel serving those files.</p>
<p>If you are using a CDN or simply don&#8217;t want that setup of course you&#8217;ll need a setup something like this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
