Best Practice:  Do Not Implement Single Thread Model in Servlets

Technote (FAQ)
Problem
Solution
Do not implement the SingleThreadModel interface. This practice causes the web container to create multiple servlet instances; one per user. In an application of any size this could cause severe performance problems.
Related information
Best Practice: Do Not Implement Single Thread Model...












Document Information

Product categories: Software, Application Servers, Distributed Application & Web Servers, WebSphere Application Server, Servlet Engine/Web Container
Operating system(s): Multi-Platform
Software version: 3.0.2, 3.0.2.1, 3.0.2.2, 3.0.2.3, 3.0.2.4, 3.5
Software edition: Edition Independent
Reference #: 1053978
IBM Group: Software Group
Modified date: 2003-12-09