Re: Tomcat blocks many threads

2009-10-05 Thread Mark Thomas
trucbinh wrote: > Hi, > I used Yourkit Profiler to check my web application, and I found that > many http threads are blocked here. > > org.apache.jasper.servlet.JspServletWrapper.service(HttpServletRequest, > HttpServletResponse, boolean) (The method calls itself recursively) No, it doesn't. >

Tomcat blocks many threads

2009-10-05 Thread trucbinh
Hi, I used Yourkit Profiler to check my web application, and I found that many http threads are blocked here. org.apache.jasper.servlet.JspServletWrapper.service(HttpServletRequest, HttpServletResponse, boolean) (The method calls itself recursively) org.apache.catalina.core.ApplicationFilter

Re: Tomcat blocks many threads

2009-10-05 Thread Pid
On 05/10/2009 07:27, trucbinh wrote: Hi, I used Yourkit Profiler to check my web application, and I found that many http threads are blocked here. org.apache.jasper.servlet.JspServletWrapper.service(HttpServletRequest, HttpServletResponse, boolean) (The method calls itself recursively) org.apache

Tomcat blocks many threads

2009-10-04 Thread trucbinh
Hi, I used Yourkit Profiler to check my web application, and I found that many http threads are blocked here. org.apache.jasper.servlet.JspServletWrapper.service(HttpServletRequest, HttpServletResponse, boolean) (The method calls itself recursively) org.apache.catalina.core.ApplicationFilterCh