Can there be more than one instance of a servlet at one time ?
It is important to note that there can be more than one instance of a given Servlet class in the servlet container. For example, this can occur where there was more than one servlet definition that utilized a specific servlet class with different initialization parameters. This can also occur when a servlet implements the SingleThreadModel interface and the container creates a pool of servlet instances to use.
Related Questions
- How should we track in-kind matching contributions? For instance, a partner agency allocates staff time to the project what should we have on hand in the event of an audit?
- Every time I press the "Render" button, I get a new instance of POV-Ray. How do I force POV-Ray to keep a single instance?
- Can there be more than one instance of a servlet at one time ?