ASP scripts get interpretted everytime a user requests the .asp page.  JSP
pages get compiled into Servlets upon the first request. After that, future
requests are answered by that servlet making them VERY fast.  This means
that JSP pages are a little slow for the first request and very fast
afterward.  According to an article (I think I saw it on www.jguru.com) the
overall speed of ASP and JSP was the same because of JSP's initial lag time
on the first load.  I  DO NOT AGREE.  I've found JSP to be a much faster
option.  And ASP runs only on IIS unless you buy Chilisoft's software to
run it on other platforms.  JSP is multi-server and multi-platform. JSP is
the future.

Bill
[EMAIL PROTECTED]



                    Sanjay Mistry
                    <dhabudo@NETZERO.        To:     [EMAIL PROTECTED]
                    NET>                     cc:
                    Sent by: A               Subject:     ASP vs JSP
                    mailing list
                    about Java Server
                    Pages
                    specification and
                    reference
                    <JSP-INTEREST@jav
                    a.sun.com>


                    02/10/2000 08:55
                    PM
                    Please respond to
                    Sanjay Mistry






hi guys,

   can any one help me to list out pros and cons of ASP vs JSP. What I
am
   looking for is, comparison of these two competitive technologies.

   I would appreciate even if you give me some link.

   Thanks.
   Sanjay Mistry
__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to