RE: Tomcat performance problems after a while

2002-09-20 Thread Dmitry Letin
It will not have. I have the same problems with tomcat 4.0.4 and 4.1.10 -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:18 PM To: Tomcat Users List Subject: Re: Tomcat performance problems after a while Consider moving to tomcat 4

Tomcat performance problems after a while

2002-09-19 Thread Rafael Angarita
My webserver is stopping answering requests or answers too slowly after a while running. If a http request is sent to tomcat directly it's answered quickly but the same request to apache takes a lot of time to be answered (request a .jsp file). If the tomcat process is stopped

Re: Tomcat performance problems after a while

2002-09-19 Thread Kwok Peng Tuck
Consider moving to tomcat 4, it is faster than tomcat 3. I believe tomcat 4 was redesigned for better performance. Also maybe there is some code segement in the jsp that is eating up a lot of time, so maybe you could get someone (if you're not the author of the page) to check it out. Rafael

Re: Tomcat performance problems after a while

2002-09-19 Thread Bill Barker
Well, half right :-). The 3.2.x line is known to have memory leaks. Upgrading to Tomcat 3.3.1 is probably enough. For web-apps that don't require the Servlet-2.3/JSP-1.2 features, it is usually at least as fast as TC 4.0.x. TC 4.1.x has optimizations in the JSP compiler that are unlikely to