I'd definitely confirm that with testing. As far as I know the caller scope is the variables scope of the calling page. I'm not sure if (or how) something in the local var scope would get recognized by the tag.
On Mon, Mar 16, 2009 at 10:27 AM, Hugo Ahlenius <[email protected]> wrote: > > | 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 -~----------~----~----~----~------~----~------~--~---
