Java Server Pages are indeed a SERVLET. They extend the Servlet (usually a
vendor specific implementation) class and when the JSP engine gets a request
for JSP, it converts the JSP page into servlet code (.java) and then
compiles it. So what applies to Servlets, applies to JSP exactly.
>-----Original Message-----
>From: A mailing list about Java Server Pages specification and reference
>[mailto:[EMAIL PROTECTED]]On Behalf Of LynchWu
>Sent: Tuesday, April 11, 2000 8:48 PM
>To: [EMAIL PROTECTED]
>Subject: Heavy-weight context switch
>
>
>Hi all
>
>In servlet technology, multi-threading servlets can
>improve performance by light-weight context switching.
>Can JSP do the same thing, when most of its variables
>are page-wide?
>
>Thanks in advance
>==========================
>Lynch Wu
>Web Engineer
>pAsia Inc. <http://www.pAsia.com>
>TEL: 886-2-87883033 ext 347
>FAX: 886-2-87881532
>==========================
>
>===========================================================================
>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
>
===========================================================================
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