I guess.... this proves both our tests..(Load Test/Ticket Count) for wddx on CFMX and CF5.0 Under normal load (5-10 hits per minute) this might not be an issue... but for high traffic sites/ Load testing the app.. this really cranks the machine.
Joe ----- Original Message ----- From: "Craig Thomas" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 12:59 PM 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 > > > ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

