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
Which configuration file is used for storing jsp configuration information in struts?
What configuration files are used in struts?
What is structs 2 validation framework?
Can we have multiple struts config files in a single web app?
How to explain Software Bank Loan descriptions
How an actionform bean is created?
What is the purpose of struts.xml in struct2?
What are the components of struts framework?
When should be opt for struts framework?
What is pojo in struts2?
How exceptions are handled in struts application?
What is the purpose of @key annotation annotation?
What are the struts2 error message keys that can come during file uploading process?
Can you explain aware interfaces in struts2?
How to work with error tags?