> I just wanted to know whether JSP internally will be running
> as a single process like Servlets and handles the other processes /
> request comin in as threads? Or how do it run / handle
> requests?
JSP's are compiled to servlets before they execute any web requests. They
run in their
own thread under the same VM instance.
-Shiraz
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets