On Tuesday, July 30, 2002, at 12:16 , Jochem van Dieten wrote:
> Could somebody who has CF MX on the same machine as some older version
> of CF test the script below for me? I find the results a bit disturbing
> at first sight (but maybe you see something wrong with the code).

I don't have anything but CFMX installed but I get between 570ms and 800ms 
(regardless of the trusted cache setting) on an 800MHz PowerMac G4 (with 
512Mb RAM) loading a 28k file.

I don't expect trusted cache to make much difference on one small template 
like this BTW.

> while (CurrentPosition LTE Len(temp)) {
>       temp = Insert(CRLF,temp,CurrentPosition);
>       CurrentPosition = CurrentPosition + 72 + Len(CRLF);
>       }

I guess this is one of those cases where a specific CF function (insert) 
is slower in Java...

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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

Reply via email to