RE: mod_webapp speed

2002-05-24 Thread Michael Forster
Hi, You might want to download JMeter and test your application so that you have some concrete numbers. It's even worse: Average transfer times of one jsp, including images: Mod_webapp: 3556 ms HTTP Connector: 212 ms Mike -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: mod_webapp speed

2002-05-24 Thread Sexton, George
By any chance, do you have enableLookup=true in your server.xml file? -Original Message- From: Michael Forster [mailto:[EMAIL PROTECTED]] Sent: 24 May, 2002 12:35 AM To: 'Tomcat Users List' Subject: RE: mod_webapp speed Hi, You might want to download JMeter and test your application

RE: mod_webapp speed

2002-05-24 Thread Michael Forster
Hi, By any chance, do you have enableLookup=true in your server.xml file? Yes, I have. But I have it on both connectors, and disabling it make no difference. Mike -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: mod_webapp speed

2002-05-23 Thread Sexton, George
I did some testing of a non-trivial web application that I have using Jakarta Jmeter with Apache 1.2.23 running on RedHat 7.2. I found that there was no difference between going through Mod_WebApp and going through the http 1.1 connector. The times were the same regardless of which way I went.