how handle when client send multiple request at atime for
multiple servlets servlets?

Answers were Sorted based on User's Feedback



how handle when client send multiple request at atime for multiple servlets servlets?..

Answer / chandra

when client sends multiple requests to servlet instance each
thread will run in its own service

Is This Answer Correct ?    12 Yes 1 No

how handle when client send multiple request at atime for multiple servlets servlets?..

Answer / shinde

use a session and a token, and pass the parameter using a hidden method.when the first request reaches the server store the token in a global variable.If a duplicate request comes, validate using the token form the global variable and discard the duplicate one.

Is This Answer Correct ?    1 Yes 0 No

how handle when client send multiple request at atime for multiple servlets servlets?..

Answer / susan

If th question based MVC-Struts,then to handle multiple
request we can use dispatch action

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More Struts Interview Questions

what is the purpose of load_on_startup entry in struts- config.xml?

5 Answers  


What is the purpose of @key?

0 Answers  


What is the apache struts vulnerability?

0 Answers  


what is the disadvantage of struts frame work?

11 Answers  


how to implement singletun design patteren in struts?

5 Answers   HCL,






What are the major differences between html tags and strut specific html tags?

0 Answers  


Are actions thread safe?

0 Answers  


How to explain struts work flow

12 Answers   CSS, iFlex, iGate, mpower, TCS,


struts is thread safe or not ?give me answer as early as possible

5 Answers  


How are interceptors and servlet filters different?

0 Answers  


life cycle of struts?

14 Answers   HCL, iGate, Scope International,


What is the purpose of struts.properties in struct2?

0 Answers  


Categories