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 is the difference between struts1 and struts2?
How interceptor works in struts 2?
What are best practices to follow while developing Struts2 application?
What is spring hibernate and struts in java?
How can we display validation errors on jsp page?
Explain the components of struts?
What is the default location of result pages and how can we change it?
What is actioninvocation in struts2?
What are the applications of struts?
Give the details of xml files used in validator framework?
What are action classes in struts?
What is the purpose of @typeconversion annotation annotation?
Explain architecture of struts2?
What is the purpose of @intrangefieldvalidator annotation?
What is struts in java with example?