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
What are the applications of struts?
What is the purpose of dispatcher result type?
how does request processor relates to action mapping?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
How can we integrate log4j in Struts2 application?
What are the major differences between html tags and strut specific html tags?
What is the flow of requests in struts based applications?
how to debug struts project in netbean ?
How can forward action be used to restrict a strut application to mvc?
What is the purpose of interceptors?
What is the purpose of struts.xml in struct2?
Is struts compatible with other java technologies?
What do you mean by the abstract package in struts2, and what is its utilization?
What is the use of Struts.xml configuration file?
Is struts mvc framework?