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?
Explain about the library tag?
What does params interceptor?
What are the components of struts?
What do you mean by ognl?
how to connect from struts to database through hibernet and where u can modify the class
Which file is used by controller to get mapping information for request routing?
What is token used for?
How tag libraries are defined in Struts?
Can we handle exceptions in Struts programmatically?
Are the struts tags xhtml compliant ?
How is the action mapping specified?
what is meant by Struts Validator Framework?
Do you need an alignment after replacing struts?
What is struts2 framework?