well Just to let you know I heard at a CFUG meeting on the west Coast that
the next server to be shipped from allaire is going to be a combination of
the CF server and Jrun that they market Now. I veryfied this info. So well
This is going to consider the relative advantages and disadvantages of both.
I am betting on that product.
>From: David Wall <[EMAIL PROTECTED]>
>Reply-To: David Wall <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: ColdFusion vs. JSP
>Date: Tue, 9 May 2000 09:07:13 -0700
>
> > ColdFusion has an advantage that it has a low learning curve. I am not
>as
> > experienced with JSP to comment on the relative speed of development.
>Since
> > CF is easier to learn an application can be developed quickly.
>
>When I think about scalable JSPs, I still think of another two tiers of
>application development (services and database) that has to be written,
>with
>JSPs just being the first tier (presentation). So an entire application is
>generally not written in JSP, but JSP is used to control the dynamic
>presentation and delivery of information returned by the other two tiers of
>code that has to be written.
>
>In highly scalable web systems, it seems that the need for a huge number of
>web/presentation systems are often needed to handle all of the connections
>from web browsers, and the net connections tend to be slow, causing each
>transaction/tcp socket to be open for "a long time." The other two tiers
>often run on bigger iron and respond "very quickly" to the presentation
>tier
>which then has to stream out the data back to the client over the
>relatively
>slow net link (slow compared to the links within the server farm).
>
>Does CF combine the "three tiers" (presentation, business logic/services,
That is an advantage I see with CF it combines the three tires to give you a
single app software to build with.
>database) into a single platform? Multi-tier systems tend to handle
>changes
>better, such as the inclusion of a desktop app or java applet as a client,
>or a switch to using phone-based (WAP or DTMF) or PDA-based front ends --
>that is, anything that is NOT a web browser, which is just one of the many
>front ends used by people these days.
>
> > In terms of performance ColdFusion has to be parsed to the CFusion
>Server.
>If
> > your application has been coded keeping performance in mind then it
>should
> > not be a problem. I have recoded most applications to improve
>performance
> > with great results. Jsp has to be compiled into servlets which may be a
> > performance issue sometimes(correct me if I am wrong).
>
>JSPs are compiled once -- unless they are changed. Is that the same for
>CF,
>or does CF reparse each time (ala ASP).
Cf is reparsed each time. this is not ging to be the case in their new
version. Performance correction is minimise the quantity parsed each time.
>
> > ColdFusion servers can be scaled and managed easily.
> > gautam
>
>I've heard this from others. What really big web sites are run on CF?
>It's
>unfortunate that this sort of technical information is not more easily
>obtained for all sorts of technologies. Our industry doesn't like to share
>information about chosen platforms and architectures, which makes it hard
>to
>increase the general knowledge about these things.
>
>David
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>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 Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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