Original Message-
>From: Marc Saegesser [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 26, 2001 1:40 AM
>To: [EMAIL PROTECTED]
>Subject: Tomcat 3.2.2 and Thread synchronization
>
>
>I've made some pretty major changes to JspServlet.java to
>clean up lots of
>thr
:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Tomcat 3.2.2 and Thread synchronization
>
>
>
> One quick comment - this should be provided by the servlet container.
> ( i.e. make sure that destroy() is not called while a servlet is in
> progress ). Of course, JspServlet is overriding t
One quick comment - this should be provided by the servlet container.
( i.e. make sure that destroy() is not called while a servlet is in
progress ). Of course, JspServlet is overriding the container and manage
it's own servlets.
I'll look at the code and try to port it to 3.3 - and send more c
I've made some pretty major changes to JspServlet.java to clean up lots of
thread synchroniztion problems. The commit message summarizes most of the
changes. Because this is a major change very late in the beta cycle I would
appreciate it if other developers would give this a through review. Be