Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D08E39A29 for ; Wed, 4 Apr 2012 15:41:17 +0000 (UTC) Received: (qmail 98559 invoked by uid 500); 4 Apr 2012 15:41:14 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 98502 invoked by uid 500); 4 Apr 2012 15:41:14 -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 98490 invoked by uid 99); 4 Apr 2012 15:41:14 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 15:41:14 +0000 Received: from localhost (HELO [192.168.23.9]) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 15:41:13 +0000 Message-ID: <4F7C6B8F.3000604@apache.org> Date: Wed, 04 Apr 2012 16:41:03 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat6 thread pool questions References: In-Reply-To: X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/04/2012 14:50, llowder@oreillyauto.com wrote: > > Greetings, > > I was wondering if someone could help me understand how the threadpools are > handled in tomcat6. I know that a lot of the functionality was moved to > executors. > > I set one up and using psi-Probe I could see that it was indeed killing off > threads as I expected. However, the minSpareThreads did not seem to be used > at all. And where do you see minSpareThreads defined as a valid attribute for a Connector element in the Tomcat 6 documentation? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org