Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 98947 invoked from network); 19 Jul 2006 21:00:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 21:00:47 -0000 Received: (qmail 17418 invoked by uid 500); 19 Jul 2006 21:00:42 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 17207 invoked by uid 500); 19 Jul 2006 21:00:42 -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 17196 invoked by uid 99); 19 Jul 2006 21:00:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 14:00:41 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of drees76@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 14:00:41 -0700 Received: by py-out-1112.google.com with SMTP id c63so435079pyc for ; Wed, 19 Jul 2006 14:00:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JmFqq7xFcOgSMROOWgB0jE4zfXBccshVkII3id143d1pzFfJ3bzg4NBkRDgqIbaUka3k6q+cpSZeUq4aFnoNCKQOHBE53A9i0M2mqw6ijpCk3bm1qQjZ2zZKGIChf6fW61Qss5pQXiRWJ4zWaP3oEXbZLQlqutEvZfjiDubhskk= Received: by 10.35.38.17 with SMTP id q17mr1763464pyj; Wed, 19 Jul 2006 14:00:20 -0700 (PDT) Received: by 10.35.83.17 with HTTP; Wed, 19 Jul 2006 14:00:20 -0700 (PDT) Message-ID: <72dbd3150607191400x70d6b65cgf691f5b7b04fc0e4@mail.gmail.com> Date: Wed, 19 Jul 2006 14:00:20 -0700 From: "David Rees" To: "Tomcat Developers List" Subject: Re: mod_jk 1.2.17+ Recover time In-Reply-To: <44BE0093.601@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <72dbd3150607181042sc08edbfh7639f6ae16792fb6@mail.gmail.com> <44BD2F60.8070908@ptc.com> <72dbd3150607181438y60bd07ecx60612727fdf046df@mail.gmail.com> <6291fc850607190216v9a57915p7cbc5245f5f5e168@mail.gmail.com> <44BE0093.601@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/19/06, Mladen Turk wrote: > Committed a fix that allows to have a > worker.name.recover_time lower then 60 seconds. > Previously the minimum value was 60 seconds, and > now is 1 second. > The default is still the same (60 seconds) While the change you made allows you to configure the worker to a recover_time lower than 60 seconds, it doesn't let you change it to a value lower than 60 using the status worker. Still investigating, but it looks like there are a number of other places it should be changed. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org