----- Original Message ----- 
From: "Kwang Suh" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 8:53 PM
Subject: Re: Good Ol' Cold Fusion Performance Question


> JSP: Slow
> CFMX: Slow
> PHP: Fast
> ASP: Very Slow
> ASP.NET: Slow

Ummmmm, wow -- fast and slow at what? Development? Compilation? Execution?
Performance under load? Math calculations? etc etc?

CFMX, JSP compile to java byte code and get executed by a JVM.
PHP, ASP compiles to pseudocode and is run by a C++ interpreter.
ASP.NET is compiled to .NET bytecode (that's not the right term -- I'm not a
.NET guy, but it's equivalent) and is run by the CLR

What's that mean for performance? Nada. Your code is the issue. At least for
the first 90% or so of performance -- then it comes down to server, OS,
hardware, database, and application server tweaking.

> But, that's only half the story.  There's a big difference between
> _scalability_ and _performance_.  JSP, CFMX, ASP.NET are all highly
> scalable.  So, even though it takes 100ms for any single request, when you
> have, say, 10000 users, it still takes 100ms.  Other technologies (cough
> classic ASP, PHP cough) fall flat and die at such high volumes.


I had no clue I could scale to 10,000 users on the same hardware with no
performance degredation in CFMX (or JSP or ASP.NET for that matter). Of
course there's a difference -- but it's nowhere near that easy or linear.


But back to the original question:

> > I'm new to this list but have always been a fan of CF's elegance and
> > power for years. I am a manager in dev shop and the classic argument
> > arises when CF comes up: can CF perform on par with jsp? Php? Asp? .net?
> >

Yes. It's on par, depending on which test your try. Is it good at matrix
calculations? No. Is it good at running an ecommerce site? Yeah. It's on par
with other web application servers as far as performance.

Regards,

John Paul Ashenfelter
CTO/TransitionPoint




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to