If you're proposing the use of cfthread for every user request to run separate threads for each of the "blocks" you're talking about, I would say don't. CFTHREAD is useful in certain situations but abuse of it will cause problems.
http://www.petefreitag.com/item/650.cfm On Jan 14, 2008 2:31 PM, Don L <[EMAIL PROTECTED]> wrote: > I may be talking loud here... just a thought, if we categorize a cf app > into three main blocks of system variable (global and local), > presentation/UI and queries, would it be sensible to use cfthread for each > of them and then join them? It may pose some challenge when there's > sequential inter-dependency involved or would that still be worthy > considering? > > Thanks. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296561 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

