> I would like a "SingleInstanceServlet" interface,
> in order to force servlet engine NOT to create multiple
> instances of a certain servlet.
>
> This would guarantee that all concurent requests share the same
> local variables.

Why in the world would you want to take the multi-user nature of serving
dynamic websites and focus that into a single threaded system? What exactly
would you gain by doing that?

-jon

___________________________________________________________________________
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