Performance problem? 2003-10-13 - By Neil Aggarwal
Back Oreste:
I have been profiling the garbase collector in our app and it does not seem to be taking a long time to run.
Do you think that could still be the problem?
Thanks, Neil
-- Neil Aggarwal, JAMM Consulting, (972)612-6056, www.JAMMConsulting.com FREE! Valuable info on how your business can reduce operating costs by 17% or more in 6 months or less! => http://newsletter.JAMMConsulting.com
> -- --Original Message-- -- > From: Oreste Luci [mailto:oreste.luci@(protected)] > Sent: Monday, October 13, 2003 1:02 PM > To: Tomcat Users List > Subject: Re: Performance problem? > > > 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) >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|