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

How many struts config file can be created in struts?

0 Answers  


Name some of the features of struts2?

0 Answers  


What are the benefits of Struts framework?

0 Answers  


Lists the bundled validators in struts?

0 Answers  


Why use struts framework in java?

0 Answers  






What are the two scope types for formbeans?

0 Answers  


How can you create your custom interceptor in struts 2?

0 Answers  


What is Custom Type Converter in Struts2?

0 Answers  


What configuration changes are required to use Tiles in Struts?

0 Answers  


How the flow of various requests happens in struts application?

0 Answers  


What validate() and reset() method does ?

0 Answers  


Why should we go for struts framework?

5 Answers   Accenture,


Categories