Hi Folks,

Are servlets designed to share memory between invocations, or does the web
server allocate a seperate instance for each request?

Is it poor design to try to allocate data shared by many invocations; i.e.
keeping a shared data object inside the servlet which different requestors can
add data (like session tracking)?

Or is this a poor serlvet programming style?

- steveb

___________________________________________________________________________
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