>>  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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to