j2ee thread: Instance of servlet in Servlet Container
Iam getting a concurrency problem in servlets.Basicall I want to know ,when the request comes to the container then it will send to a servlet (one instance).If another request comes at thet same time what will happen,Is the servlet container is going to create another instance of the Servlet or it reuses the instance which already there.
|





