> From: Anthony COMMUNIER [mailto:[EMAIL PROTECTED]
> I'am doing load tests with a web application that is deployed
> under Tomcat 5.5.0.26

Tomcat has 3-character version numbers, so this is probably 5.0.26 or 5.5.26?

> With only one request (no load just one call) it tooks 150 ms
> to call the method getParameterNames from class
> org.apache.catalina.connector.RequestFacade.

Is this for the first call, or for second and subsequent calls as well?  First 
calls are often much slower as code is loaded.  If it's for second and 
subsequent calls, then there's a problem!

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to