On Friday, September 6, 2002, at 09:47 , Brook Davies wrote:
> I essentially have a several action pages which use the <cfinvoke> syntax
> to call approx. 6  cfc's in a sequence while performing a small amount of
> processing inbetween.  Each call used the <cfinvoke> tag.  Within some of
> the CFC's , I have calls to other CFC's.  Is this "okay"?

Sure. I guess. You don't give us much in the way of detail to judge what 
you're doing so it's difficult to be more specific...

> I have noticed that calling <cfinvoke> seems to be a bit slow. I wrapped
> the contents of a CFC in a timer script and got 0-10 milliseconds
> consistently. Wrapping the timer script around the same CFC, but
> including  the <cfinvoke> statement returned
> between 30-70 milliseconds. Is that normal?

Again, without seeing what you're measuring, it's really hard to say! :)

Here's a quick test I wrote to test the speed of calls:

tcfcspeed.cfc:
        <cfcomponent>
        <cffunction name="doNothing">
                <cfreturn/>
        </cffunction>
        </cfcomponent>
______________________________________________________________________
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