aspose file tools
The moose likes Servlets and the fly likes Servlet handling multiple requests? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet handling multiple requests?" Watch "Servlet handling multiple requests?" New topic
Author

Servlet handling multiple requests?

Romario Dominic
Greenhorn

Joined: Feb 27, 2006
Posts: 26
How does a servlet handle multiple requests?

Thanks
Vicky Pandya
Ranch Hand

Joined: Dec 16, 2004
Posts: 148
servlet by nature is multi threaded. It creats seperate thread for each client request unless you have implemented SingleThreadModel. By default servlet is thread safe. your question was very generic.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Servlet handling multiple requests?
 
Similar Threads
How does an EJB treat multiple requests when compared to a Servlet?
Is a Servlet thread-safe
Is MyServlet Thread Safe
servlet concepts
destroy() method