I am having a hard time.. conveying the messsage.. We are talking about basic code in ColdFusion.. every answer i get is like.. Custom Tags..(oh for CFMX u need to do this.. or this is how you can Optimize.. for CFMX...CFC .. function blah blah)
Nobody has said.. alright.. if you code <CFLOOP> this way in CF5.0 you can speed it up writing <CFLOOP> like THIS(.....) in CFMX. So basically are we all on the path BASICS of CF (CFQUERY,CFLOOP) doesnt need optimization.. so if thats the theory... ARE YOU GUYS SAYING THAT CFMX is 10% FASTER THAN CF5.0? If so.. What were the TESTS you did to prove this? Joe NOTE: Sean... i read quite a lot from here and there.. its awfully.. hard for me to write down who the author,published date.. etc everytime i read something. -----Original Message----- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 27, 2002 11:39 PM To: CF-Talk Subject: Re: CFMX Taking all CPU Resources? On Saturday, July 27, 2002, at 01:58 , Joe Eugene wrote: > eg i saw a statment like <cfset x="hello"/> > MM docs.. dont imply "/" anywhere.. so where "/" come from? > it doesnt break the code.. so is this optimized CMFX? Where did you see that statement? You need to start being a bit more specific about things and then you'll get more helpful answers. Maybe you saw code like that in the Coding Guidelines I published? Yes, we are trying to require XHTML-compliant generated pages so it's more consistent to have XHTML-compliant CFML source code. There's no magic here. Nothing to do with CFMX. In fact, requiring the closing / in tag invocations means that our developers have to be more defensive when they write custom tags because of the start/end executionMode thing (see my recent blog entry for more details). "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

