On Thursday, August 22, 2002, at 07:57 , Tyler Clendenin wrote:
> I was wondering, is there any way that i can have a page simultaniously
> run
> the same cfc as many times as is necessary.
In a single request, yes:
<cfset cfc = createObject("component","mycomponent")/>
...
<cfset cfc.method()/>
...
<cfset cfc.method()/>
> This may not be clear enouph so if you have any questions just ask.
If the above does not answer you question, you'll need to post more
details and maybe some code fragments.
Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.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