thread 2 « Thread « JSP-Servlet Q&A





1. Thread from servlet ?    coderanch.com

2. Thread.sleep not working in a servlet    coderanch.com

4. about threading in servlet.    coderanch.com

5. Threading in servlet    forums.oracle.com

7. Single threaded servlet    forums.oracle.com

9. Simple Servlet Threading Question    forums.oracle.com

Let's take the second question first, the one about HttpServletRequest and so on. Each thread that uses the servlet has its own request and response objects, so even if there are two threads using the servlet at the same time, they will have their own (different) request and response objects. There's no conflict there and neither thread will get to see ...





10. what is multi threading in servlet ?    forums.oracle.com