RE: Tomcat 3.2.2 and Thread synchronization

2001-04-26 Thread GOMEZ Henri
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

RE: Tomcat 3.2.2 and Thread synchronization

2001-04-26 Thread Marc Saegesser
: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

Re: Tomcat 3.2.2 and Thread synchronization

2001-04-25 Thread cmanolache
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

Tomcat 3.2.2 and Thread synchronization

2001-04-25 Thread Marc Saegesser
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