> When I first started writing servlets (coming up on two years ago) I didn't
> know that one instance could serve several requests so my servlet had
> problems when I moved it from servlet runner to a real web server. STM would
> have saved me from rewriting some code back then.
No, it would have allowed you to have non-syncronized code which is bad
programming in your case since it is well documented that Servlets run in a
multithreaded environment.
-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