<?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: Infinite Socket Waits</title>
	<atom:link href="http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/</link>
	<description>For engineers, by engineers.</description>
	<lastBuildDate>Mon, 07 May 2012 08:24:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Guangnan</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-492</link>
		<dc:creator>Guangnan</dc:creator>
		<pubDate>Wed, 22 Sep 2010 15:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-492</guid>
		<description>Damm. Same problem in Rails 3.0!</description>
		<content:encoded><![CDATA[<p>Damm. Same problem in Rails 3.0!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails and Memcache timeouts &#171; Vodpod Geek Blog</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-482</link>
		<dc:creator>Rails and Memcache timeouts &#171; Vodpod Geek Blog</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-482</guid>
		<description>[...] I found the Rapleaf  guys had seemed to see similar trouble. They described adding timeouts to the memcache-client to fix the [...] </description>
		<content:encoded><![CDATA[<p>[...] I found the Rapleaf  guys had seemed to see similar trouble. They described adding timeouts to the memcache-client to fix the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheapRoc</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-472</link>
		<dc:creator>cheapRoc</dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-472</guid>
		<description>Yes, issue&#039;s with the socket libs in Ruby core have been known for awhile to be flacky.

We had also recently debugged a similar issue though we found it to be timeout&#039;s fault.

http://blog.kineticweb.com/articles/2009/02/09/when-timeouts-arent-timeouts</description>
		<content:encoded><![CDATA[<p>Yes, issue&#8217;s with the socket libs in Ruby core have been known for awhile to be flacky.</p>
<p>We had also recently debugged a similar issue though we found it to be timeout&#8217;s fault.</p>
<p><a href="http://blog.kineticweb.com/articles/2009/02/09/when-timeouts-arent-timeouts" rel="nofollow">http://blog.kineticweb.com/articles/2009/02/09/when-timeouts-arent-timeouts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Perham</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-462</link>
		<dc:creator>Mike Perham</dc:creator>
		<pubDate>Thu, 26 Feb 2009 01:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-462</guid>
		<description>I maintain memcache-client.  Socket timeouts and massive speed increases are in the 1.6.x releases and Rails 2.3 will contain this code.  Rails 2.2 contains the old 1.5.0 code.  See my website for more details.</description>
		<content:encoded><![CDATA[<p>I maintain memcache-client.  Socket timeouts and massive speed increases are in the 1.6.x releases and Rails 2.3 will contain this code.  Rails 2.2 contains the old 1.5.0 code.  See my website for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Guenther</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-452</link>
		<dc:creator>Nick Guenther</dc:creator>
		<pubDate>Sat, 18 Oct 2008 16:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-452</guid>
		<description>Rewrite the standard libraries? Yes! Python&#039;s standard web libraries are in a terrible shape and I&#039;m sure Ruby&#039;s are similar.
The problem is that there&#039;s -so much- of them (and so many places they are used) that gaining the momentum needed to fix everything up is impossible.</description>
		<content:encoded><![CDATA[<p>Rewrite the standard libraries? Yes! Python&#8217;s standard web libraries are in a terrible shape and I&#8217;m sure Ruby&#8217;s are similar.<br />
The problem is that there&#8217;s -so much- of them (and so many places they are used) that gaining the momentum needed to fix everything up is impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vod:Pod Geek Blog &#187; Blog Archive &#187; Rails and Memcache timeouts</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-442</link>
		<dc:creator>Vod:Pod Geek Blog &#187; Blog Archive &#187; Rails and Memcache timeouts</dc:creator>
		<pubDate>Fri, 14 Dec 2007 19:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-442</guid>
		<description>[...] sockets to memcache were not getting cleaned up. Anyway, I found the Rapleaf guys had seemed to see similar trouble. The described adding timeouts to the memcache-client to fix the problem. So we tried something [...] </description>
		<content:encoded><![CDATA[<p>[...] sockets to memcache were not getting cleaned up. Anyway, I found the Rapleaf guys had seemed to see similar trouble. The described adding timeouts to the memcache-client to fix the problem. So we tried something [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Persinger</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-432</link>
		<dc:creator>Scott Persinger</dc:creator>
		<pubDate>Thu, 06 Dec 2007 22:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-432</guid>
		<description>Btw, thanks for the blog! We&#039;re trying to keep similar notes over at http://geekblog.vodpod.com.</description>
		<content:encoded><![CDATA[<p>Btw, thanks for the blog! We&#8217;re trying to keep similar notes over at <a href="http://geekblog.vodpod.com" rel="nofollow">http://geekblog.vodpod.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Persinger</title>
		<link>http://blog.rapleaf.com/dev/2007/11/14/infinite-socket-waits/#comment-422</link>
		<dc:creator>Scott Persinger</dc:creator>
		<pubDate>Thu, 06 Dec 2007 22:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rapleaf.com/dev/?p=14#comment-422</guid>
		<description>Hey, I&#039;ve been looking for this solution all morning! I figured the memcache-client needed socket timeouts cause I couldn&#039;t see any in there. Would you mind sharing the code?

--scott</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve been looking for this solution all morning! I figured the memcache-client needed socket timeouts cause I couldn&#8217;t see any in there. Would you mind sharing the code?</p>
<p>&#8211;scott</p>
]]></content:encoded>
	</item>
</channel>
</rss>

