Stein wrote:
>
> The server creates only ONE instance per servlet class
> (unless Your servlet does not implement the 'SingleThreadModel'
> flag interface).

Isn't the above backwards?

If your servlet does NOT implement SingleThreadModel then there is a ONE
instance of the servlet per server

If your servlet does implement SingleThreadModel there will be multiple (number
is implementation dependent) instances of the servlet per server.

K Mukhar

___________________________________________________________________________
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

Reply via email to