How web server handles multiple requests for same action
class(Struts) concurrently?

Answers were Sorted based on User's Feedback



How web server handles multiple requests for same action class(Struts) concurrently?..

Answer / p pratap

through it multithreading concept

Is This Answer Correct ?    18 Yes 4 No

How web server handles multiple requests for same action class(Struts) concurrently?..

Answer / amit

Struts or any webserver makes new thread for each new
request. so multiple request is served with new request object.

Is This Answer Correct ?    16 Yes 3 No

Post New Answer

More Tomcat Interview Questions

What is tomcat ajp?

0 Answers  


Where do you configure a database connection pool in tomcat server?

0 Answers  


when to use ssl with tomcat?

0 Answers  


How should i explain a project in interviews? what r the main points i want expose?

0 Answers  


Explain how you can deploy a web application using war files?

0 Answers  






How many connections can a web server handle?

0 Answers  


Why nginx is faster than apache?

0 Answers  


How much request can tomcat handle?

0 Answers  


How to start and shutdown to tomcat server?

0 Answers  


Does tomcat support ear file?

0 Answers  


Explain when you can use . And when you can use []?

0 Answers  


Explain the difference between tomcat 4.1 and tomcat 5.0?

0 Answers  


Categories