Are you keeping a list Sean?

At 12:41 PM 30/07/02 -0700, you wrote:
>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
>
>
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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