Re: Single Thread Model reading material
Brian Allen <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <001701c32b07$e6f29990$9711fea9@hppav> |
RE: Single Thread Model reading materialIn JSP the directive <%@ page isThreadSafe="false" %> implements the SingleThreadModel to make a JSP page thread safe. I just completed a project where many pages are using this. Why should the SingleThreadModel not be used? Any insight on what the strategy is for JSP with this directive for Servlet 2.4? ----- Original Message ----- From: Katz Guy To: [email protected] Sent: Wednesday, June 04, 2003 10:32 AM Subject: Re: Single Thread Model reading material It will be deprecated from servlet 2.4 release so you really need to think twice before using it -----Original Message----- From: Milt Epstein [mailto:[email protected]] Sent: Wednesday, June 04, 2003 5:28 PM To: [email protected] Subject: Re: Single Thread Model reading material On Wed, 4 Jun 2003, Chadha, Devesh wrote: > Hi, > > Where could I find some good reading material on Single Thread Model. Here's all you need to know about SingleThreadModel: Don't use it. (OK, maybe a bit oversimplified, but pretty much true :-). Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [email protected] ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html