Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 87832 invoked from network); 16 Apr 2003 20:26:33 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 16 Apr 2003 20:26:33 -0000 Received: (qmail 29197 invoked by uid 97); 16 Apr 2003 20:28:31 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 29190 invoked from network); 16 Apr 2003 20:28:31 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 16 Apr 2003 20:28:31 -0000 Received: (qmail 86931 invoked by uid 500); 16 Apr 2003 20:26:23 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 86920 invoked from network); 16 Apr 2003 20:26:23 -0000 Received: from dragonfire9.delta.com (HELO satlrccdlcn01.delta.rl.delta.com) (205.174.22.23) by daedalus.apache.org with SMTP; 16 Apr 2003 20:26:23 -0000 Received: from satlrccdlmb01.delta.rl.delta.com ([10.64.17.23]) by satlrccdlcn01.delta.rl.delta.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 16 Apr 2003 16:26:28 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Threads and Coyote/HTTP1.1 Date: Wed, 16 Apr 2003 16:26:27 -0400 Message-ID: <99B81BEBF8E86A4A960972A64E7F7D7A06B2A2@satlrccdlmb01.delta.rl.delta.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: DO NOT REPLY [Bug 15964] - Wrong source paths in generated SMAP file entries Thread-Index: AcMEUQwSwCYyI9GGQ+yzLGgoQ5wb9wAAwKZg From: "Halstead, Chris" To: "Tomcat Developers List" X-OriginalArrivalTime: 16 Apr 2003 20:26:28.0327 (UTC) FILETIME=[759A9770:01C30456] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have a question after looking at some Tomcat 4.1.24 thread dumps = (Solaris, JDK 1.4): No matter what I set minProcessors to in server.xml the Coyote/HTTP1.1 = connector does not seem to create processors to meet the minimum. = Instead it seems to create 3 + 1 socket listener (even if I set = minProcessors to 1). Is this intended behavior? Are Coyote processors = not bound to threads like the old HTTP1.1 connector processors? I see = in o.a.t.u.threads.ThreadPool that Min_Spare_Threads defaults to 4...I'm = assuming that this is the minimum that is at play here. Also, I notice that the threads are not being named like they are in the = HTTP1.1 connector. Any plans to change that? Thanks in advance for clearing this up... -chris --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org