Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 71595 invoked from network); 19 Jun 2006 21:23:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jun 2006 21:23:42 -0000 Received: (qmail 80641 invoked by uid 500); 19 Jun 2006 21:23:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 80616 invoked by uid 500); 19 Jun 2006 21:23:28 -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 80604 invoked by uid 99); 19 Jun 2006 21:23:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 14:23:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of armtuk@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO nz-out-0102.google.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2006 14:23:27 -0700 Received: by nz-out-0102.google.com with SMTP id z31so1298922nzd for ; Mon, 19 Jun 2006 14:23:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=V5R0Gm6wn9hy+WD2gPmlZuu32uw2WFd3efhpaMGCEELCueQCKNRMUmuqGz/j9xp0yidVHgLSRY0cocjxbyT0Wbb30nZpfv0U4UnTKXBF9CF9uB92AYw32PVdroZvs++uL8V4/F+8IOCMJQradZ1Wfgn77KtwofTWDSEUVGlqDAE= Received: by 10.36.41.2 with SMTP id o2mr4707003nzo; Mon, 19 Jun 2006 14:23:06 -0700 (PDT) Received: by 10.37.18.45 with HTTP; Mon, 19 Jun 2006 14:23:06 -0700 (PDT) Message-ID: <33c6269f0606191423i4d4be96ay87913f83fefb35c0@mail.gmail.com> Date: Mon, 19 Jun 2006 17:23:06 -0400 From: "Alex Turner" To: "Tomcat Users List" Subject: Re: Tomcat's scalability In-Reply-To: <640D8659154E8D4FB50F8A0BD13792EE0ABA18F3@cmem02.phs.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5648_19106006.1150752186489" References: <640D8659154E8D4FB50F8A0BD13792EE0ABA18F3@cmem02.phs.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5648_19106006.1150752186489 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Given that you aren't CPU bound, it's highly unlikely the problem is tomcat. Alex. On 6/19/06, Biernatowski Bartosz J wrote: > > I am about 90% sure the bottleneck is Tomcat or what's running on top of > Tomcat. Application uses JDBC queries to MS SQL server > Chips are Intel Xeon. My monitoring data: > Memory utilization under 30%, CPU under 10%. Using hardcore performance > tools and systematic approach. > The bottom line is that Tomcat/my application combo don't seem to handle > more than a certain number of users. All I want to do is to up the # of > users by 3. > > So far it sounds that the approach of adding separate instance of Tomcat > and > using round robin is better than adding a separate JVM. > > > BJ Biernatowski > Application Developer, e-Business > > -----Original Message----- > From: Leon Rosenberg [mailto:rosenberg.leon@googlemail.com] > Sent: Monday, June 19, 2006 10:49 AM > To: Tomcat Users List > Subject: Re: Tomcat's scalability > > are you sure that tomcat is your bottleneck? > Your 4 CPU machine (which cpu's btw?) should be able to handle more > than 1000 users (unless you are speaking about suns cpu) without > problems. Maybe you should provide more info about your application. > Do you have any monitoring data? > > Leon > > On 6/19/06, Biernatowski Bartosz J wrote: > > Hello, > > I was hoping somebody on the list might point me in the right > direction... > > > > I am trying to scale up Tomcat based web application currently > supporting > > ~100 users to 350 users. > > > > It seems that I have enough hardware: 2 load balanced servers x 4 CPUs > each > > with 4 GB of RAM which is underutilized for most of the time even though > > application performance slows dramatically at peak times. > > > > I was advised to install multiple JVMs in order to improve Tomcat's > > performance. Another option I considered was to install 2 instances > > of Tomcat on each server to see whether it would handle increased load. > > > > Would anybody know what kind of performance improvement would multiple > > JVM/Tomcat installations provide? Are there any benchmarks available? > > > > Thank you for any help! > > BJ > > > > BJ Biernatowski > > Application Developer > > > > This e-mail, including attachments, may include confidential and/or > proprietary information, and may be used only by the person or entity to > which it is addressed. If the reader of this e-mail is not the intended > recipient or his or her authorized agent, the reader is hereby notified > that > any dissemination, distribution or copying of this e-mail, including its > contents and attachments, is prohibited. If you have received this e-mail > in > error, please notify the sender by a "reply to sender only" message and > delete this e-mail immediately and destroy all electronic and hard copies > of > the communication, including attachments. > > > > > > --------------------------------------------------------------------- > > To start a new topic, e-mail: users@tomcat.apache.org > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: users-help@tomcat.apache.org > > > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > This e-mail, including attachments, may include confidential and/or > proprietary information, and may be used only by the person or entity to > which it is addressed. If the reader of this e-mail is not the intended > recipient or his or her authorized agent, the reader is hereby notified that > any dissemination, distribution or copying of this e-mail, including its > contents and attachments, is prohibited. If you have received this e-mail in > error, please notify the sender by a "reply to sender only" message and > delete this e-mail immediately and destroy all electronic and hard copies of > the communication, including attachments. > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > ------=_Part_5648_19106006.1150752186489--