Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 57178 invoked from network); 17 Sep 2007 05:49:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2007 05:49:07 -0000 Received: (qmail 36880 invoked by uid 500); 17 Sep 2007 05:48:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 36854 invoked by uid 500); 17 Sep 2007 05:48:47 -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 36843 invoked by uid 99); 17 Sep 2007 05:48:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2007 22:48:47 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of waseemzhr@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 05:48:46 +0000 Received: by nf-out-0910.google.com with SMTP id b2so947422nfb for ; Sun, 16 Sep 2007 22:48:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=c6Ts3XTP/L2IwKNb9Z6vDLH3EjzX+SJA3ZPYV34x/7Y=; b=D6A6QWLKIdyF2/Nd1VDMnFpXlzEBYTGwyMGkwm58AlqdzJfP4C1udkE8P17muWl7+S23pD4YTuRsCBD8UEi0lD2a5nUfBUxXPJwfTKHeC5MGWaOWRpc9tY+cEFJK+SOCdXt1kLtur25wc+oPkGi/xLCLOW3l6tKpicoJwRL2mnw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=n/VxcwUuR9PjORJkxqflIBq/WSsnCRxW54zk+syCFodocXV884C4sEviXMTthKSUjnAKfkK0Q/rEg1V0WyP/5IgUlN2tByayYEI8DVuaBYBoZn8NVcW4n1NIh+RVZ7K/LElIIj6XlQ2t1uyB2afduhLewlsb7rQNmhfBl6BUElk= Received: by 10.78.159.7 with SMTP id h7mr872386hue.1190008104320; Sun, 16 Sep 2007 22:48:24 -0700 (PDT) Received: by 10.78.188.1 with HTTP; Sun, 16 Sep 2007 22:48:24 -0700 (PDT) Message-ID: Date: Mon, 17 Sep 2007 10:48:24 +0500 From: "Waseem Azhar" To: "Tomcat Users List" Subject: Re: tomcat incoming requests and thread usage In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12340_16666951.1190008104295" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_12340_16666951.1190008104295 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline How do I take a thread dump ? Are you talking about the heap snapshot/dump ?? Thanks, -Azhar On 9/15/07, Bill Barker wrote: > > "Waseem Azhar" wrote in message > news:c0ffb6310709140039n33b46687hcf46f43bb9b2e214@mail.gmail.com... > > Hi, > > > > Could sombody tell me how tomcat release/reclaim it threads after > serving > > request. I have a situation where i have no activity going on in my > webapp > > but still thread usage is 61 with status (service/stage). I have > allocated > > total 100 threads. While monitoring i have the following status message > : > > > > Current Thread count : 100 , Current Threads Busy : 61 > > > > The "Current Threads Busy" includes request threads that are blocked on > Keep-Alive waits. If you are using the AJP/1.3 connector, this is normal > with the default settings (connectionTimeout = infinite). If you are > using > the HTTP/1.1 connector with a large value for connectionTimeout, this > would > also be normal. > > > I don't know why 61 threads are busy , Generally tomcat should reclaim > > those > > threds. Is there any configuration required to specify the time to > reclaim > > threads ?? > > > > Please help, thanks in Advance. > > > > -Azhar > > > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > ------=_Part_12340_16666951.1190008104295--