Joseph Ottinger wrote:

> How do you measure "performance?" Speed of an individual response? Speed of
> 100 responses? Server impact? Speed of 1000 responses? Scalability?
> Distribution across server? Debugging? Consistency? Maintainability?
>

To say nothing of the issue that there is no such thing as "the performance of
JSP".  All you can do is measure the speed of JSP running on a particular
container.  And there will definitely be differences for different JSP containers
running the same application on the same hardware.

Come to think of it :-), that is one of the advantages of JSP as well -- if you
don't like your container vendor's implementation of JSP, you can shop around
without having to throw away your application ...

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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