<?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: Crash, Boom: Too Many Open Files&#8230;</title>
	<atom:link href="http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Sat, 27 Feb 2010 14:52:46 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin.Smith</title>
		<link>http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/comment-page-1/#comment-2178</link>
		<dc:creator>Martin.Smith</dc:creator>
		<pubDate>Thu, 29 Nov 2007 17:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/#comment-2178</guid>
		<description>simply using destroy() fixed the too many open files for me. 
How convenient this was posted the same day I ran into this error !!</description>
		<content:encoded><![CDATA[<p>simply using destroy() fixed the too many open files for me.<br />
How convenient this was posted the same day I ran into this error !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam.Halliday</title>
		<link>http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/comment-page-1/#comment-2154</link>
		<dc:creator>Sam.Halliday</dc:creator>
		<pubDate>Thu, 29 Nov 2007 09:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/#comment-2154</guid>
		<description>What happens if the stdout really is System.out? Doesn&#039;t that close it? I&#039;ve seen a bug where a Logger closes stderr and then nothing else can write to it in the entire application.</description>
		<content:encoded><![CDATA[<p>What happens if the stdout really is System.out? Doesn&#8217;t that close it? I&#8217;ve seen a bug where a Logger closes stderr and then nothing else can write to it in the entire application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Sankey</title>
		<link>http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/comment-page-1/#comment-2137</link>
		<dc:creator>Jason Sankey</dc:creator>
		<pubDate>Thu, 29 Nov 2007 05:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/11/28/crash-boom-too-many-open-files/#comment-2137</guid>
		<description>Hey Eric,

Ah yes, a familiar problem :).  I agree the documentation is very poor here.  The safest solution is as you suggest to close all streams yourself and call destroy.  Looking into the JDK source, I see at least on Unix it will almost certainly close the streams itself in destroy() (it does them all in one try/catch which is a bit sloppy - what if the first close() fails?).

More specifically, we also saw this problem with Pulse at a customer site using Subversion and OSX.  I eventually tracked the problem to SvnKit and reported it with a patch: I believe the patch has been applied now in their svn repo.</description>
		<content:encoded><![CDATA[<p>Hey Eric,</p>
<p>Ah yes, a familiar problem <img src='http://stuffthathappens.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  I agree the documentation is very poor here.  The safest solution is as you suggest to close all streams yourself and call destroy.  Looking into the JDK source, I see at least on Unix it will almost certainly close the streams itself in destroy() (it does them all in one try/catch which is a bit sloppy &#8211; what if the first close() fails?).</p>
<p>More specifically, we also saw this problem with Pulse at a customer site using Subversion and OSX.  I eventually tracked the problem to SvnKit and reported it with a patch: I believe the patch has been applied now in their svn repo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.242 seconds -->
