On Thu, 4 May 2000, Gogia Nitin wrote:

> I read that everytime user requests for a JSP page , a seperate object is
> created and loaded into memory. Is it true ?
> If yes, then this the biggest disadvantage as compared to servlets which is
> loaded into memory only once and for every request from user spwans a
> seperate thread.

Then you read incorrectly. A JSP page ends up being a servlet, so there's
only the extra step taken of validating that the JSP hasn't changed.

-----------------------------------------------------------
Joseph B. Ottinger               [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo      HOMES.COM Developer

===========================================================================
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

Reply via email to