On Thu, 10 Feb 2000, Ron Sigler wrote:
> >From the doc --
>
> "
> public abstract interface SingleThreadModel
>
> Defines a "single" thread model for servlet execution. This empty
> interface allows servlet implementers to specify how the system
> should handle concurrent calls to the same servlet. If the target
> servlet is flagged with this interface, the servlet programmer is
> guaranteed that no two threads will execute concurrently the service
> method of that servlet. This guarantee is ensured by maintaining a
> pool of servlet instances for each such servlet, and dispatching
> each service call to a free servlet.
>
> In essence, if the servlet implements this interface, the servlet
> will be thread safe. "
[ ... ]
That last statement isn't really true. Check the archives for past
discussion of SingleThreadModel.
Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
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