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 struts and spring? Explain
Why use spring, if you are already using struts?
How can forward action be used to restrict a strut application to mvc?
How does struts work?
Does Struts2 action and interceptors are thread safe?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Where can I get a copy of struts?
What are the classes used as part of struts framework ?
What are result types in struts?
How is the mvc design pattern used in struts framework?
What is struts and springs in java?
Why do we need struts?
How do you convert struts to springs?
What is struts?
What is the purpose of @before annotation?