Enter a bug.

Ok, yeah, that was cheap.

Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy" 

> -----Original Message-----
> From: Brook Davies [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 30, 2002 4:02 PM
> To: CF-Talk
> Subject: Re: CF MX performance issue
> 
> 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
> >
> >
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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