Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 76610 invoked from network); 7 Sep 2004 08:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Sep 2004 08:18:42 -0000 Received: (qmail 5885 invoked by uid 500); 7 Sep 2004 08:17:57 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 5796 invoked by uid 500); 7 Sep 2004 08:17:56 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 5781 invoked by uid 99); 7 Sep 2004 08:17:56 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [213.169.196.33] (HELO appserv.application.server.com) (213.169.196.33) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 07 Sep 2004 01:17:56 -0700 From: "Bedrijven.nl" To: "'Tomcat Users List'" MIME-Version: 1.0 Message-Id: <413D6E51.00007D.02152@appserv.application.server.com> Content-Type: multipart/mixed; boundary="------------Boundary-00=_5BWNWKR4GSJNTT4D7TH0" Date: Tue, 7 Sep 2004 10:16:17 +0200 (W. Europe Daylight Time) Subject: RE: Performance issue X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------Boundary-00=_5BWNWKR4GSJNTT4D7TH0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi ADC, First of all I use connection pooling (JSQLConnect) and put values in cache (hashmaps) so constant data retrieved once and deliver many. Let give an example of which pages this is happening: search.jsp: this jsp has multiple dropdownboxes. The data will be retrieved from the server in a Vector and this data is qua volume on both (the development as production) server the same. That means that all the content of the dropdownlists are the same. So I may expect that there is no difference in volume?? Or do you ment something different with that?? On a reload the data within the dropdownlists are retrieved from the servercache (lookup data is stored in a HashMap). So I don't know that's the problem. How do you solve this problem?? The problem now is that one applications causes an error (i don't know what, since there is nothing within the log) and tomcat restarts. Maarten -----Oorspronkelijk bericht----- Van: Allistair Crossley [mailto:Allistair.Crossley@QAS.com] Verzonden: Tuesday, September 07, 2004 9:01 AM Aan: Tomcat Users List; maarten@bedrijven.nl Onderwerp: RE: Performance issue it's an interesting one and one that we found too between our dev 1 cpu, w2k, 512mb ram, tomcat 5.0.19 and production 2 cpu, w2k, 1gb ram, tomcat 5.0.19. In both cases we use a content management system backend and sql server. for us we found that the volume of content in our cms on the production box was 10 times that of the development box and so this slowed the cms down making it look like tomcat was taking its time. also the sql server load on production is larger so database ops take longer. you ought to consider whether any dependent backend systems like cms, database, crm etc.. are used in a different way between dev and production. i do not think your problem is tomcat. cheers, ADC > -----Original Message----- > From: Bedrijven.nl [mailto:maarten@bedrijven.nl] > Sent: 07 September 2004 08:30 > To: 'Tomcat Users List' > Subject: Performance issue > > > Hello all, > > Maybe a rare question but it's very important for us. What's the case: > > * I have a development environment running our applications > (simple server, > WIN 2000 Server, Tomcat 4.0.24, struts, max memorysize appr. 320 MB) > * I have a production environment running our applications > (extended server, > WIN 2000 Server, Tomcat 4.0.24, struts, max memorysize appr. 1 GB, 4 > processors) > > Now in our applications we have some jsp pages (i.e. > searchpages). So what's > my problem. When I reload a page (submit some action the the > form/actionbean > of struts) it's faster on our development system than on our > production > system. So normally it's should be so that jsp files should > be faster on our > production environment because the server is a lot "bigger". > On the other > hand the compilation of jsp's is faster (as expected) on the > production > environment. Are there some settings in server.xml (or > web.xml) that causes > this??? > > Thx in advanced! > > Maarten > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > ------------------------------------------------------- QAS Ltd. Developers of QuickAddress Software www.qas.com Registered in England: No 2582055 Registered in Australia: No 082 851 474 ------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------Boundary-00=_5BWNWKR4GSJNTT4D7TH0 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------Boundary-00=_5BWNWKR4GSJNTT4D7TH0--