RE: Tomcat Performance Expectations?

2002-01-24 Thread Randy Layman
:49 PM To: Tomcat Users List Subject: Tomcat Performance Expectations? I have a single servlet based application. This application is accessed througha browser and travels over to a high performance database through a RMI-IIOP connection. It is not the best application in terms of code

AW: Tomcat Performance Expectations?

2002-01-24 Thread Reto Badertscher
Reto -Ursprüngliche Nachricht- Von: Randy Layman [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 12:45 An: 'Tomcat Users List' Betreff: RE: Tomcat Performance Expectations? One common misconception that people seem to have about Tomcat (and application servers

Re: Tomcat Performance Expectations?

2002-01-24 Thread Brown Bay
Hi Randy, Thank you for your reply. One common misconception that people seem to have about Tomcat (and application servers in general) is that you can predict how well an application will perform on that server without any real details of the application, but exact hardware details. I

Re: Tomcat Performance Expectations?

2002-01-24 Thread Orion Suydam
--- Brown Bay [EMAIL PROTECTED] wrote: My best advice is for you to try it out. Set up a load test and see. One potential bottleneck you didn't mention, by the way, is your bandwidth between you and your users - this can also limit the number of transactions (which is a rather

Tomcat Performance Expectations?

2002-01-23 Thread Brown Bay
I have a single servlet based application. This application is accessed througha browser and travels over to a high performance database through a RMI-IIOP connection. It is not the best application in terms of code tuning. We are deploying this application on Tomcat 4.0.1, Apache 1.3, Suse Linux