Well,
the benchmarks are done by Orion themselves ;-)
The same is true for the benchmarks for Resin.
However, from my experience, it's absolutely true that there's nothing slow
about Java servlets/jsp.
Of course, I've also seen some performance comparisons who talk about JSP,
but only measured an early Tomcat version.
Anyway, benchmarks results aren't gonna convince everyone. You should just
try it out.
But first make an estimate.
How much JSP requests you think your workstation can handle?
10/s 50/s 100/s 500/s 1000/s ?
what do you think would be enough?
OK, so now let's compare it to ASP ;-)
One of the well known ASP performance guides is:
"don't use too much comments"
Apart from consequences on maintenance, it still made me laugh ;-)
Geert Van Damme
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Daryani Santosh
> Sent: maandag 5 februari 2001 21:40
> To: [EMAIL PROTECTED]
> Subject: Re: Diff bet asp & jsp
>
>
> Check this URL , its compares ASP vs JSP performance on ORION
> server with a page
> NOT as simple as a HelloWorld
>
>
> http://www.orionserver.com/benchmarks/benchmark.html
>
>
> Santosh
>
>
>
>
>
>
>
> Joseph Ottinger <[EMAIL PROTECTED]> on 02/05/2001 03:17:34 PM
>
> Please respond to A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>
> To: [EMAIL PROTECTED]
> cc: (bcc: Santosh Daryani/IT/Aon Consulting)
>
> Subject: Re: Diff bet asp & jsp
>
>
>
> >Yes but lets talk speed.
>
> Yes, let's.
>
> >For some reason i just don't have faith in Java as being
> >a fast language.
>
> What reason would that be? Based on what? Careful observation? Use? Swing?
>
> Swing I can understand, although I'm willing to say that's
> because I rarely
> if ever use it. (I don't do GUIs.)
>
> However... Java is fully servicable as a server-side language, where you
> have a VM that runs for long periods of time. For Java, VM startup is
> expensive; little else is, unless you want to count Swing against
> it. Again,
> I don't have a lot of experience with Swing; it just FEELS slow.
> The rest of
> Java is quite nice with regard to speed.
>
> >Can someone shed some light on the issue?
> >I have read some benchmarks but the test scripts were very
> >simple and I dont' think a simple hello world test can provide
> >meaningful test data. Ive read articles which claim that JSP
> >is "almost" as fast as static pages.
>
> I've been using JSP for my site for quite some time; the response time is
> fine. I do a lot more than "hello world," including XML transforms on the
> fly, EJB lookups, etc.
>
> >Yes maybe this is true for a simple string output or hello world,
> >but what about a database connection , and a page that
> >is always chaning eg. forum so reading off a already compiled page
> >is very unlikely.
>
> A JSP page that changed its source all the time has a fool for an author.
> You can swap "JSP" for any other technology in that phrase.
>
> >
> >comments?
> >
> >-----Original Message-----
> >From: JSP Insider [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, February 05, 2001 2:45 PM
> >To: [EMAIL PROTECTED]
> >Subject: Re: Diff bet asp & jsp
> >
> >
> >HI Srinivas,
> >
> >I have written quite a bit on the differences between ASP and
> JSP which you
> >can find at www.jspinsider.com.
> >
> >However, the reason I am responding is I wanted to add something
> additional
> >to what can be found in the asp / jsp articles I have written
> >
> >I now feel as a general rule of thumb JSP should be your first
> choice over
> >ASP unless you have a overriding business reason to use ASP.
> >
> >The reason: Tag libraries and JSP version 1.2 coming out in the future
> >
> >ASP has nothing like tag libraries and they add flexiblity and ease of
> >maintenance you will never see in ASP.
> >
> >Also version 1.2 of JSP improves JSP to the point that I feel JSP is
> >currently a stronger platform for server side development.
> Overall, I feel
> >JSP offers a better solution for long term maintainance and ease of
> >programming over ASP.
> >
> >Casey Kochmer
> >President Amberjack Software LLC
> >[EMAIL PROTECTED]
> >
> > >From: "Srinivas K. R." <[EMAIL PROTECTED]>
> > >Reply-To: A mailing list about Java Server Pages specification and
> > > reference <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Subject: Diff bet asp & jsp
> > >Date: Tue, 6 Feb 2001 00:58:12 +0530
> > >
> > >Hi
> > >I am developing an Web application
> > >I am in a confussion whether i use ASP or JSP.
> > >I want to know the difference between ASP & JSP
> > >and also tell me which technology is better and why?
> > >
> > >Cheers
> > >Srinivas
> > >
> >
> >=================================================================
> ==========
> > >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
> >
> >_________________________________________________________________
> >Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >=================================================================
> ==========
> >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
> >
> >=================================================================
> ==========
> >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
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ==================================================================
> =========
> 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
>
> ==================================================================
> =========
> 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
>
===========================================================================
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