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
Briefly tell the two kinds of form beans.
What is actioncontext?
What is the use of token interceptor in Struts2?
What is the purpose of @before?
What is life cycle of an interceptor?
What is the use of forwardaction?
What is dispatch action class?
What is the apache struts vulnerability?
Where can I get a copy of struts?
In which order struts framework searches for a message bundle?
What is the difference between filters and interceptors ?
Difference between struts and spring?
What is struts validator framework?
What is actioninvocation?
Which class is the Front Controller in Struts2?