> Also, why have the flag in a Singleton or in ServletContext? The flag can be a 
>member variable
> of the Servlet itself, one servlet, one flag (just remember to protect the flag
> for concurrent access).

The spec doesn't guarantee that only one instance of a servlet class
will be instantiated.

___________________________________________________________________________
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