The link to? Here's the cfInvoke doc: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_i_10.html
The important line is: *This tag works as follows:* - *Transiently instantiates a component or web service and invokes a method on it. * On Mon, Mar 16, 2009 at 12:30 PM, Henry Ho <[email protected]> wrote: > > Where's the link? :) > > Henry > > On Mar 14, 3:45 pm, David McGuigan <[email protected]> wrote: > > That was idiotic. Sorry. It's like the 2nd paragraph of the > documentation. > > > > On Sat, Mar 14, 2009 at 4:43 PM, David McGuigan <[email protected] > >wrote: > > > > > Quick question. > > > > > <cfinvoke/> lets you call a CFC's method "without instantiating the > owner > > > CFC". > > > > > That's a white lie right? Does cfinvoke just do the instantiation in > the > > > background and toss the instance afterward or is the method somehow > called > > > semi-staticly? > > > > > My real question/concern is about performance. > > > > > I have a code situation in which I will be able to accomplish what I > want > > > by instantiating a component, feeding it arguments with a > instance.method( ) > > > style invocation, and then never using the instance again, but I'm > wondering > > > if cfinvoke is somehow so magical that by using it w/ an argument > collection > > > I would reap significant performance benefits. ??!? > > > > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
