how handle when client send multiple request at atime for
single servlet
Answer Posted / srinivas from inetsolv
By declaring printwriter objetct as an local variabel to the
service method.Doing like this every thread will hava a
seperate copy of printwriter object on its stack
space.Hence there is no problem for even though when we
have multiple requests for at a time for same servlet.
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
How is the mvc design pattern used in struts framework?
Which design pattern is implemented by Struts2 interceptors?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Can we integrate struts with spring?
How you will enable front-end validation based on the xml in validation.xml?
Are struts and shocks the same?
Explain about tiles?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is interceptor? And life cycle methods of interceptor?
How does struts work?
How do struts work?
Why actionservlet is singleton in struts?
What are the features of struts 2?
When should we use SwtichAction?
What are the advantages of spring mvc over struts mvc?