| I think the tag should be thread safe, the main thing I would check is | whether the tag is doing anything with the caller scope, which I assume | would be the variables scope of the component, which could lead to race | conditions if other instances of the tag or other methods in the CFC are | doing anything with that data.
Ok, thanks for the input. I take for granted that var'ing the stuff that is set in the caller scope before executing the tag would take care of the thread safety from that perspective. /H. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
