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 are the life cycle methods of interceptor?
what is meant by Struts Validator Framework?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the purpose of action tag in struts.xml?
Can we handle exceptions in Struts programmatically?
What are inner class and anonymous class?
What are disadvantages of Struts?
What is the purpose of @emailvalidator?
How many instances of servlet usually run in a struts application ?
How is forward action used for integration?
What is the purpose of @doublerangefieldvalidator?
Why do we need mapdispatchtoprops?
Is there a particularly good ide to use with struts?
What is role of action class?
What applications use apache struts?