There isn't a simple answer for you. Performance will be tied to round trip
latency. i.e. How much time in a request is spent waiting for i/o or
queries? If the reports can be driven from pre-generated summarized data you
can reduce or eliminate database round trips. Generally speaking, a 3-tier
or N-tier arch. enables you to design better resource and caching archs.
-phil ([EMAIL PROTECTED])
Joe Blow wrote:
> Hi all ,
> I was earlier using applet/servlet combination for a Web based
> reporting system.applets formed the front end.servlets handled the database
> access part.
> What I am investigating now is whether I can improve the speed of
> the application
> by using the JSP/servlet combination or not.
>
> Do you guys have any opinions in this regard ?I would be pleased to
> hear from you all.
> Thanks in advance ,
> - Mahesh.
>
===========================================================================
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".