Performance problem? 2003-10-13 - By Oreste Luci
Back Neil Aggarwal wrote:
>Hello: > >We have noticed that in our app, on occasion, a request takes an >inordinately long time to execute even though it is performing a >simple task. > >I added some tracing to the org.apache.jasper.servlet.JspServletWrapper  >class and get this output immediately before calling service >on the servlet created from my jsp file: > >10/10/2003 8:52:08.635 AM [Thread-188 (See http://ead-188.ora-code.com)] Calling service on >org.apache.jsp.index_jsp > > I had a very similar problem, and it was the GC. I'm using JRockit, and changed from -Xgc:parallel to -Xgc:gencon and that fixed it.
Oreste
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|