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 purpose of @key annotation annotation?
Describe the mvc on struts?
What is the purpose of interceptors?
What is front controller in struts?
What is the difference between struts and spring?
What are apache struts?
What is dispatchaction?
What is the purpose of @urlvalidator annotation?
What is the use of jsonvalidation in struts?
In which method of action class the business logic is executed?
Which design pattern is implemented by Struts2 interceptors?
What is action class? What are the types of action class?
How struts2 supports internationalization?
What is the purpose of @beforeresult?
What does params interceptor?