Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 45599 invoked from network); 14 Jul 2009 12:01:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 12:01:53 -0000 Received: (qmail 46625 invoked by uid 500); 14 Jul 2009 12:01:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46599 invoked by uid 500); 14 Jul 2009 12:01:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 46588 invoked by uid 99); 14 Jul 2009 12:01:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 12:01:58 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 12:01:47 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss1 with InterScan Message Security Suite; Tue, 14 Jul 2009 07:00:59 -0500 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 14 Jul 2009 07:00:54 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 14 Jul 2009 07:00:54 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Tue, 14 Jul 2009 07:00:54 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 14 Jul 2009 07:00:53 -0500 Subject: RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory Thread-Topic: Tomcat 5.5.23 keeps starting threads until OS runs out of memory Thread-Index: AcoEdJnwx8ygh0ZbQMSyhsQwFF7LUgABax5Q Message-ID: <0AAE5AB84B013E45A7B61CB66943C172296F36BB67@USEA-EXCH7.na.uis.unisys.com> References: <516581.99545.qm@web27208.mail.ukl.yahoo.com> <4A5BE239.5000003@christopherschultz.net> <0AAE5AB84B013E45A7B61CB66943C172296F36B8C3@USEA-EXCH7.na.uis.unisys.com> <182355.87883.qm@web27207.mail.ukl.yahoo.com> In-Reply-To: <182355.87883.qm@web27207.mail.ukl.yahoo.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 14 Jul 2009 12:00:54.0506 (UTC) FILETIME=[BD7C94A0:01CA047A] X-Virus-Checked: Checked by ClamAV on apache.org > From: Rahman Akhlaqur [mailto:akik_r@yahoo.co.uk] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory >=20 > I have some more info about the issue that I think is related. I found > our Tomcat executable is also establishing a lot of TCP connections. Tomcat isn't, your webapp is. Don't blame Tomcat for your misbehaving code= . > Is this some sort of tomcat ping? No, it's your webapp opening up some sort of connection - likely RMI, judgi= ng from your stack trace. > Our tomcat connectors are set up to limit the max http threads as below That's irrelevant, since it's your webapp starting the extra threads. > The only timeouts are for the http requests, are there any other > timeouts I can configure that could potentially stop all those selector > threads from persisting? Whatever you can configure in your webapp - this is a problem with your cod= e, not with Tomcat. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org