I have a CFC, and I have been watching the time it takes to invoke it and 
process it. It seems a little strange. I have the code wrapped in a timer 
and I am outputting the processing time. Inside the CFC from top to bottom 
the total time is 0-10 milliseconds. The timer that is wrapped around the 
<cfinvoke> portion on the calling template reports between 40-100 milliseconds.

Is this right? Is there that much overhead involved in invoking a CFC? What 
would cause this increase in processing time? I have tried initializing the 
CFC and storing it in the application scope and calling it by its handle 
without much increase in speed.

Brook


______________________________________________________________________
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