>This may be a shot in the dark, but why is the "this" scoped variables
>created during the application start?  Since these are more global
>considerations, shouldn't they be put between the <cfcomponent> tag and the
>first method?  Have you tried that?  I saw that you alluded to it.
>
><cfcomponent>
>
><cfset this.whatever = soemthing>
>
><cffunction name="">
>
>Teddy
>
>On 8/25/06, Charles Sheehan-Miles <[EMAIL PROTECTED]>
>wrote:
>>
That was it.  I was under the mistaken belief that I could not run the query 
outside the framework of any of the functions.  I redid it and put all the 
application init stuff before the first function, and cached that query for the 
life of the application.  Now it works perfectly.  I love it when I spend 4 
hours learning something REALLY SIMPLE.  :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to