Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 72029 invoked from network); 29 Sep 2006 16:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2006 16:30:34 -0000 Received: (qmail 52899 invoked by uid 500); 29 Sep 2006 16:30:30 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 52515 invoked by uid 500); 29 Sep 2006 16:30:29 -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 52504 invoked by uid 99); 29 Sep 2006 16:30:29 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2006 09:30:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [207.113.241.148] ([207.113.241.148:62617] helo=iss04.interliant.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id B1/98-13110-42A4D154 for ; Fri, 29 Sep 2006 09:30:28 -0700 Received: from EX-009.mail.navisite.com (ex-009.interliant.com [207.113.240.184]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id k8TGUHI28393 for ; Fri, 29 Sep 2006 11:30:21 -0500 (CDT) Received: from [192.168.0.168] ([213.202.84.152]) by EX-009.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 29 Sep 2006 11:16:38 -0500 Message-ID: <451D46E4.4030306@apache.org> Date: Fri, 29 Sep 2006 18:16:36 +0200 From: Mladen Turk User-Agent: Mozilla MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: Tomcat keepAliveTimeout References: <451D393E.8030407@apache.org> <451D41FF.5010100@hanik.com> In-Reply-To: <451D41FF.5010100@hanik.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Sep 2006 16:16:38.0560 (UTC) FILETIME=[A4522A00:01C6E3E2] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Filip Hanik - Dev Lists wrote: > you are correct, soTimeout should not, imho, change depending on the > thread count. > if the user sets 20 seconds for soTimeout then it should stay that way. > Right. With the current code you can only deduct what the actual timeout will be. Like said, for 40 sec timeout it can be 40, 20, 13 or 2. > > I see how soTimeout would be different from keepAlivetimeout when the > servlet is invoking a blocking read on the servletinputstream. Actually its very simple: soTimeout: The time to read the data. keepAliveTimeout: The time between two requests. Those things has been elaborated long time ago. I'm sad that my first patch to the Tomcat get reverted immediately without any -1. Anyhow, I'll think twice before next commit. Regards, Mladen. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org