How web server handles multiple requests for same action
class(Struts) concurrently?
Answers were Sorted based on User's Feedback
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 |
Why is tomcat used?
Can we run multiple instances of tomcat server on a single machine? If yes how?
Explain how running tomcat as a windows service provides benefits?
Why do we use wildfly?
Does spring boot use tomcat?
Mac stands for?
What is the host?
What’s the difference between location and directory sections?
How running tomcat as a windows service provides benefits?
How many requests per second does facebook handle?
Does tomcat load the same library file into memory twice if they are in two web apps?
What is a servlet container?