Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 71952 invoked from network); 22 Dec 2009 05:37:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 05:37:16 -0000 Received: (qmail 83594 invoked by uid 500); 22 Dec 2009 05:36:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 83570 invoked by uid 500); 22 Dec 2009 05:36:37 -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 83559 invoked by uid 99); 22 Dec 2009 05:36:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 05:36:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 05:36:28 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NMxPj-0003Ny-Bx for users@tomcat.apache.org; Mon, 21 Dec 2009 21:36:07 -0800 Message-ID: <26884227.post@talk.nabble.com> Date: Mon, 21 Dec 2009 21:36:07 -0800 (PST) From: DOrlov To: users@tomcat.apache.org Subject: TomCat 6 performance issues MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dorlov@redaril.com X-Virus-Checked: Checked by ClamAV on apache.org Hello. I have TomCat server on production and have from 80 up to 400 requests per second. In server.xml I have next connector description: For application spesific we don't need to support keep alive and don't need to wait for huge requests. Main task is to serve responses as fast as we can. ~Time for request processing on server (I use tomcat log figures and own time counters for checking) is 1 ms. PROBLEM now: Most part of time server works fine and ~ time for request/response 300 ms (for external users via browser) BUT time to time request/response time is upto 5 seconds for the same users. How I could figure out a problem? How could I check if it is Tomcat server problem or not? You are very welcome with comments. Thanks, Denis. -- View this message in context: http://old.nabble.com/TomCat-6-performance-issues-tp26884227p26884227.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org