<?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: a thin god</title>
	<atom:link href="http://glauche.de/2008/02/15/a-thin-god/feed/" rel="self" type="application/rss+xml" />
	<link>http://glauche.de/2008/02/15/a-thin-god/</link>
	<description>Adding manpower to a late software project makes it later</description>
	<lastBuildDate>Sun, 13 Sep 2009 17:17:41 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Millarian &#187; Blog Archive &#187; Monitoring Thin using God, with Google Apps Notifications</title>
		<link>http://glauche.de/2008/02/15/a-thin-god/comment-page-1/#comment-75</link>
		<dc:creator>Millarian &#187; Blog Archive &#187; Monitoring Thin using God, with Google Apps Notifications</dc:creator>
		<pubDate>Thu, 02 Jul 2009 04:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://glauche.de/2008/02/15/a-thin-god/#comment-75</guid>
		<description>[...] A Thin God [...]</description>
		<content:encoded><![CDATA[<p>[...] A Thin God [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Glauche</title>
		<link>http://glauche.de/2008/02/15/a-thin-god/comment-page-1/#comment-9</link>
		<dc:creator>Michael Glauche</dc:creator>
		<pubDate>Fri, 15 Feb 2008 19:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://glauche.de/2008/02/15/a-thin-god/#comment-9</guid>
		<description>The socket connection to nginx sounds interesting, i&#039;m particular supprised at the big difference they make. I always did belive that most modern unix do tcp and unix sockets at similar speed ..</description>
		<content:encoded><![CDATA[<p>The socket connection to nginx sounds interesting, i&#8217;m particular supprised at the big difference they make. I always did belive that most modern unix do tcp and unix sockets at similar speed ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkrepko</title>
		<link>http://glauche.de/2008/02/15/a-thin-god/comment-page-1/#comment-8</link>
		<dc:creator>jkrepko</dc:creator>
		<pubDate>Fri, 15 Feb 2008 00:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://glauche.de/2008/02/15/a-thin-god/#comment-8</guid>
		<description>The key, I think, to the config file is that it works via Unix sockets rather than ports; so if your web server is configured for Unix sockets everything works fine.   I use nginx, and I have an nginx.conf file of the form:

upstream  backend {
          server   unix:/tmp/thin.0.sock;
          server   unix:/tmp/thin.1.sock;
          server   unix:/tmp/thin.2.sock;
        }

which works like a charm.   For more on the use of Unix sockets with thin, see http://macournoyer.wordpress.com/2008/01/26/get-intimate-with-your-load-balancer-tonight/.</description>
		<content:encoded><![CDATA[<p>The key, I think, to the config file is that it works via Unix sockets rather than ports; so if your web server is configured for Unix sockets everything works fine.   I use nginx, and I have an nginx.conf file of the form:</p>
<p>upstream  backend {<br />
          server   unix:/tmp/thin.0.sock;<br />
          server   unix:/tmp/thin.1.sock;<br />
          server   unix:/tmp/thin.2.sock;<br />
        }</p>
<p>which works like a charm.   For more on the use of Unix sockets with thin, see <a href="http://macournoyer.wordpress.com/2008/01/26/get-intimate-with-your-load-balancer-tonight/" rel="nofollow">http://macournoyer.wordpress.com/2008/01/26/get-intimate-with-your-load-balancer-tonight/</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
