So, would this be accurate?

<cfthread action="run" name="update_query">

        <cfquery...>

                My huge "union all" query...
        
        </cfquery>

</cfthread>

Is that all there is to it?  And this creates a running
of the query which doesn't involve the browser?  Is that what
this means (from the cfdocs):

"run: Creates a thread and starts it processing.  Code in the
cfthread tag body runs simultaneously and independently of
page-level code and code in other cfthread tags."

Rick



> -----Original Message-----
> From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 25, 2008 10:32 AM
> To: CF-Talk
> Subject: Re: Need some advice on speeding up query...
> 
> > Where would I find info on how to use a thread like that?
> > I don't have a clue... the cf docs?  Know of a blog about it?
> >
> 
> The cfdocs should pretty much cover it, you're just throwing a cfthread tag 
> with action=run around
the
> code that does the re-cache.
> 
> http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_t_04.html
> 
> --- Mary Jo



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304234
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to