> Does anyone have any performance benchmarks on this vs. "model 1" vs. the
>> standard templating model to which Keith was referring?  Does the 0.92
>> getRequestDispatcher() stuff address these issues?
>>


I agree, where is the benchmarking! I can't believe everyone here is charging
full ahead with no idea of JSP performance.....

>
>If you use RequestDispatcher.forward(), the redirect happens on the server
side,
>and is transparent to the browser.  The effort this requires on the servlet
>engine's part is very small, so it has basically no impact on performance.
(You
>can also use RequestDispatcher.include() calls to utilize the same technique to
>simulate a server-side-include if you want.)
>


"basically no impact" ---what does that mean in the light of no statistics? The
high volume web sites that I work/worked on (like the IRS web site during tax
season!) do not tolerate ineffieciencies well ...... if the server is basically
having to do an additional "http call" for each invocation of the JSP
file, --are you not doubling you server request load? How can this not have
tremendous impact on a site (proportional to volume) ?!

......just kicking the tires.....

Keith

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to