Noticed the "evaluate" as well but thats very minor.. right? 10ms maybe?

Joe
-----Original Message-----
From: Jesse Houwing [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 31, 2002 1:45 AM
To: CF-Talk
Subject: Re: CFMX Taking all CPU Resources? (CODE)


>               // Pass the structure back to the caller
>               x = Evaluate("caller.#Attributes.ReturnStruct# = strTemp");

You could start by removing this evaluate (it shouldn't matter that 
much, but should make it faster if written as:

<cfset "caller.#Attributes.ReturnStruct#"=strTemp">

Jesse



______________________________________________________________________
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