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 steps are required to for an application migration from Struts1 to Struts2?

0 Answers  


Is struts action class singleton?

0 Answers  


What types of validations are available in xml based validation in struts2?

0 Answers  


Are interceptors thread safe?

0 Answers  


Define struts?

0 Answers  






What is front controller in struts?

0 Answers  


Why do we need mapdispatchtoprops?

0 Answers  


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

3 Answers   IBM,


Explain integrate log4j in struts2 application?

0 Answers  


How long do struts last?

0 Answers  


How to depoly your struts application in JBOSS

1 Answers   HP, NuWare, Satyam, Wipro,


What is the purpose of @result?

0 Answers  


Categories