Either way when Oracle removes it it will be like Y2K all over again. All the 
sites using Java will have to inspect all the code & JSP's somehow.
The hope is no one was crazy enough to use SingleThreadModel but of course the 
temptation to use a thread safe model (though it can be misused and made 
non-threadsafe) will be great to the casual developer not realizing they put a 
ticking timebomb in the container.

Thanks,
-Tony



----- Original Message ----
From: Tony Anecito <adanec...@yahoo.com>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Thu, February 24, 2011 1:48:49 PM
Subject: Re: When will SingleThreadModel be removed?

Thanks I did some more research and found out you are right about the 
isThreadSafe setting. I thought I saw otherwise somewhere else.

-Tony



----- Original Message ----
From: "Caldarale, Charles R" <chuck.caldar...@unisys.com>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Thu, February 24, 2011 1:34:24 PM
Subject: RE: When will SingleThreadModel be removed?

> From: Tony Anecito [mailto:adanec...@yahoo.com] 
> Subject: When will SingleThreadModel be removed?

> When do you think SingleThreadModel will go from 
> deprecated to being gone?

Not soon enough.

> I noticed with Tomcat 7 it is still present so I am assuming 
> Servlet 3.0 api still has it present.

And still deprecated.

> Is it true by default all JSP's use it unless otherwise specified?

No - read the JSP spec; the default value for isThreadSafe is true and has been 
for quite some time.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to