Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Instance of servlet in Servlet Container


Message #1 by "KaipaSudhakaraReddy" <kaipa_r@y...> on Wed, 15 May 2002 15:26:02
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.

  Return to Index