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 42E948E92 for ; Thu, 1 Sep 2011 14:40:53 +0000 (UTC) Received: (qmail 59824 invoked by uid 500); 1 Sep 2011 14:40:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 59557 invoked by uid 500); 1 Sep 2011 14:40:49 -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 59548 invoked by uid 99); 1 Sep 2011 14:40:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 14:40:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dckerber@verizon.net designates 206.46.173.13 as permitted sender) Received: from [206.46.173.13] (HELO vms173013pub.verizon.net) (206.46.173.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 14:40:39 +0000 Received: from [172.17.47.42] ([unknown] [64.17.225.82]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LQU00BWNM2VWPW0@vms173013.mailsrvcs.net> for users@tomcat.apache.org; Thu, 01 Sep 2011 09:40:08 -0500 (CDT) Message-id: <4E5F9947.7050606@verizon.net> Date: Thu, 01 Sep 2011 10:40:07 -0400 From: David kerber User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-version: 1.0 To: Tomcat Users List Subject: Re: Performance for many small requests References: <1314807921.18478.YahooMailClassic@web113610.mail.gq1.yahoo.com> In-reply-to: <1314807921.18478.YahooMailClassic@web113610.mail.gq1.yahoo.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 8/31/2011 12:25 PM, Tony Anecito wrote: > Hi David, > > You need to not only look at the container but it's configuration and the jre that is being used. There have been a lot of improvements in all areas for performance. Also, understand the servlet model seems developers have completely forgotten about it and how important it is. > Also, I always revaluate my design/implementation every 6 months or so and make changes based on lessons learned. Also, do not be afraid to try something new :] I'm running JRE 6_27, in server mode, on windows server 2008 with 4 cores, 8GB RAM. TC 7.0.20, downloaded yesterday. I'm having some somewhat minor performance issues, not performing quite as well as my Win2k machine with TC 5.5. Could somebody look at my server.xml and recommend some tweaks for handling tons of very small requests, <150 bytes per request. The requests are sent with a single http post, from ~600 remote sites collecting data every few seconds to minutes. Would one of the thread pools help this situation? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org