Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 31451 invoked from network); 22 Jul 2008 20:30:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 20:30:12 -0000 Received: (qmail 97867 invoked by uid 500); 22 Jul 2008 20:30:09 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 97815 invoked by uid 500); 22 Jul 2008 20:30:09 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 97804 invoked by uid 500); 22 Jul 2008 20:30:09 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 97801 invoked by uid 99); 22 Jul 2008 20:30:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 13:30:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 20:29:23 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id A49BC234C179; Tue, 22 Jul 2008 13:29:48 -0700 (PDT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 45452] Tomcat - Restriction of 80 file opens? X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 5 X-Bugzilla-Component: Unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: regression X-Bugzilla-Who: julian.reschke@gmx.de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tomcat-dev@jakarta.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20080722202948.A49BC234C179@brutus.apache.org> Date: Tue, 22 Jul 2008 13:29:48 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=45452 --- Comment #1 from Julian Reschke 2008-07-22 13:29:48 PST --- Wild guess: doublecheck that you're actually closing the files (if you don't call close on the FileInputStream, the file will stay open in the operating system, and OS limits will apply). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org