How do you implement Single Thread Model in servlets?
Joe Gilvary
Ranch Hand
Joined: May 11, 2001
Posts: 152
posted
0
Not difficult that. Put implements SingleThreadModel at the start of the class declaration. Take a look at the resources I mentioned in response to your question about sessions. HTH, Joe
senthil narayan
Greenhorn
Joined: Jan 25, 2002
Posts: 13
posted
0
Yes you can implement single thread model interface by implementing it in servlet class.but it affects performance very much so please see it whether it is actually needed.