Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 71370 invoked from network); 25 Nov 2002 09:58:02 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Nov 2002 09:58:02 -0000 Received: (qmail 5070 invoked by uid 97); 25 Nov 2002 09:59:09 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 5055 invoked by uid 97); 25 Nov 2002 09:59:08 -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 5042 invoked by uid 98); 25 Nov 2002 09:59:07 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3DE1F428.3040903@apache.org> Date: Mon, 25 Nov 2002 10:58:00 +0100 From: Remy Maucherat Organization: ASF User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021123 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Optimizing Coyote Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: localhost.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Many optimizations in Coyote HTTP/1.1 are quite straightforward, but some others are more difficult. Right now, I'm "stuck" trying to optimize the amount of get/setSoTimeout method calls. Each of them is relatively expensive, and probably ends up exercizing the network stack more than we would like. I will try to experiment and commit things. Can you review them Bill ? Thanks, Remy -- To unsubscribe, e-mail: For additional commands, e-mail: