> -----Original Message-----
> From: Jon Wilmoth [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 16, 2000 10:48 AM
> To: [EMAIL PROTECTED]
> Subject: Servlet Controller Model Performance
>
>
> Two questions:
>
> 1) I was interested in knowing if anyone had any performance
> problems/insight when using the following architecture:
> All jsp's submit to one servlet which dispatches requests to
> the appropriate
> jsp.
as a follow-up question, has anyone done benchmarks highlighting
the differences between a SingleThreadModel controller servlet and
a non-SingleThreadModel controller servlet? if i understand
SingleThreadModel correctly, it signals to the servlet engine that
it can "pool" instances of the servlet, mitigating to a degree the
constraint of one thread at a time through the servlet's service().
thx,
p
--
// Paul Holser -- mailto:[EMAIL PROTECTED]
// ObjectSpace, Inc. -- http://www.objectspace.com
// 14850 Quorum Dr. Ste. 500, Dallas TX 75240 USA
// 972.726.4560 -- 1.800.OBJECT1 x4560
===========================================================================
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