>>Cold Fusion is written in JAVA which means, generally, that a ColdFusion >>program will run slower than a program written directly in JAVA.
Yet another statement from a guy who doesn't know what he is talking about. Java programs AND CF templates are compiled into Java byte code. CF templates are recompiled only if they have been modified. CF might be longer or even faster to compile than Java, but when they are compiled, they both are just Java byte code and should execute as fast. The only reson CF could be slower would be if the compiler generates less efficient code, and this is yet to be proven. One thing is certain however, a CF application is many times faster to develop than Java! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351544 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

