Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 81919 invoked from network); 26 Jan 2008 12:56:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jan 2008 12:56:26 -0000 Received: (qmail 69568 invoked by uid 500); 26 Jan 2008 12:56:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 69540 invoked by uid 500); 26 Jan 2008 12:56:05 -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 69529 invoked by uid 99); 26 Jan 2008 12:56:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 04:56:05 -0800 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2008 12:55:52 +0000 Received: by wa-out-1112.google.com with SMTP id m38so1725543waf.16 for ; Sat, 26 Jan 2008 04:55:43 -0800 (PST) Received: by 10.142.246.8 with SMTP id t8mr1734475wfh.8.1201352143511; Sat, 26 Jan 2008 04:55:43 -0800 (PST) Received: by 10.142.174.16 with HTTP; Sat, 26 Jan 2008 04:55:43 -0800 (PST) Message-ID: <413c2a280801260455w62f54cc8w7e5917627c2dc125@mail.gmail.com> Date: Sat, 26 Jan 2008 14:55:43 +0200 From: "Ali Ok" To: users@tomcat.apache.org Subject: Tomcat Performance Question MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3518_8051413.1201352143510" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3518_8051413.1201352143510 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, We are building a web application with JSF. Last day I tested it with JMeter. Results are bad (I guess). Then I tried to send 30000 requests with JMeter to "Shuffle Example" in Tomcat's examples directory with a limited size of (256 MB I think) memory resource given to Tomcat. This "Shuffle Example" does not query database or does not make complicated operations as you know; it is very simple. Question is, what should I expect? Does it have to respond all requests? Or is it normal to throw an exception about "Too many open files" (I use NIO connector) and finally OutOfMemoryError and parachute-thing? After I solve this, I can go on to JSF application testing. I couldnt find documents enough about this issue. Can you send me some links? Thanks in advance. ------=_Part_3518_8051413.1201352143510--