thread « Connection « JSP-Servlet Q&A





1. Servlet, Threads, and connection pool    coderanch.com

hi all: According to my understanding of Threads and Connection pool, I have this theory, which I don't know if it is correct or not. Assuming a single proccessor machine, only one thread can be excuted at a time. Threads alternate, but only one thread can be excuted at one time. For simplicity, consider a web application with one servlet. Inside ...