On 20/05/2013 06:59, Chirag Dewan wrote:
> Hi,
> 
> I have profiled the application using JProfiler,and it seems to me
> that its my servlet which is taking the majority of time.
> 
> 
> Though the time is in mili seconds,but I guess since the servlet is
> code is same as with Tomcat 6.0.18 is it the Servlet 3.0 API which is
> causing the reduced throughput?

If the time is being spent in your servlet then it can't possibly be the
Servlet 3.0 implementation causing the delay since that would be time
spent inside Tomcat code, not your code.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to