1. thread safe variables coderanch.comOriginally posted by Mary O'yang: How come? Paul, do you mind giving me more explaination on your answer? Does page's isThreadSafe attribute have anything to do with those variables? Thanks a lot. Mary. Mary, The isThreadSafe directive does affect these variables. It's usually implemented in the generated servlet code with the "SingleThreadedModel" which has been deprecated. The JSP Spec (JSP.1-8) advises ... |
2. Class variable in servlet thread safety coderanch.com |