I'm looking at some debugging on the mailing list code and I'm noticing a few 
interesting things. It seems that one of the custom tags I'm using 
(CFX_ODSMime) is creating a LOT of variables. I'm using it within a function 
and have var-ed a few of them that I'm using but there are just so many of 
them. Here's the question. What is the cost of having a function write global 
variables a number of times, even if the variables are never used? Are there 
locking issues (I assume so)? Is it better to VAR all the variables even if you 
will never use 20+ of them?
What are your thoughts and tests/results? I'll be doing a few myself to find 
out the answer but the feedback from others is always useful.

Michael Dinowitz
President: House of Fusion
    http://www.houseoffusion.com
Publisher: Fusion Authority
    http://www.fusionauthority.com
Adobe Community Expert

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:248775
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