Wow. It looks like we can put evaluatives between hashes again. Shades of CF3.
To answer your question, in CF4-5, you cannot put evaluatives between hashes. ----- Original Message ----- From: Craig Thomas <[EMAIL PROTECTED]> Date: Wednesday, July 31, 2002 10:59 am Subject: RE: CFMX Taking all CPU Resources? (CODE) > >> I don't have CF5 to run it on but hopefully some folks here > >>will be able > >>to confirm / deny the speed differences. > > CFMX > > p3 733 > Debugging on > No Trusted Cache > 3400 ms (varies a little, like maybe 100ms) > > CF 5 same machine > 740 ms > > Also, to run on my cf5 install I hade to modify this: > > >><cfoutput> > >>#GetTickCount() - request.StartTime# ms > >><cfdump label="deserialized packet" var="#ctemp#"/> > >></cfoutput> > > to this: > > > <cfoutput> > #evaluate(GetTickCount() - request.StartTime)# ms > <cfdump label="deserialized packet" var="#ctemp#"/> > </cfoutput> > > -------why is that? > > -Craig > > > ______________________________________________________________________ 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

