how handle when client send multiple request at atime for
single servlet
Answer Posted / sunil kumar yadav
As Servlets are multithreaded by default , so whenever any
client request comes to any servlet immediatly that servlet
instance create one indepndent thread to handle that
request.And like that it handles 100's of request, But
after one time instace if client request goes very high
then container creats another instance for the same servlet
to handle more requests
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How do I access token?
What is the forward action utilized for?
What is the difference between struts and spring? Explain
What should be the name of xml file used for validation in struts?
Explain struts.devmode?
What is the purpose of struts.xml in struct2?
Mark the differences between html tags and strut specific html tags.
What is the purpose of '@keyproperty'?
What are the action classes in struts?
What is the life cycle of actionform?
How can we handle exceptions thrown by application in Struts2?
How an actionform bean is created?
What is the use of forwardaction?
What is struts.devmode?