Hi Barry, >a qupte from http://tutorial84.easycfm.com/ > >"cfscript exectues faster than a comparable block of tag-based code (i've >heard this is even more true in MX)" > >is this true?
No. This has already been talked about and its a pity the tutorial still says it. On older versions of CF there could be an advantage in speed with cfscript in some contexts but it was not hugely relevant unless you were really worrying about performance to a fine degree. Now with MX the code is compiled to java classes and run from there so at that stage there is no cftag or cfscript as such, just a bit of java code. If you are worrying about speed, server load and similar things then the overall architecture of your code and the detail implementation of it is the most important aspect of performance. -- Yours, Kym --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
