Hi, On Tue, 2009-03-24 at 12:18 -0500, Aron Bierbaum wrote: > While looking through the clear code I had a question about how > ReflexiveContainer::clearChangeEntry is called from > ChangeList::doClear. It appears that the per thread change list is > clearing the change entry that is per aspect. Is this correct? If so, > we could have multiple threads trying to clear the same change entry.
yes, but clearChangeEntry checks that the entry you want to clear is the entry you call from, so you should be able to call it from different changelists and only the call from the entry the container actually references should have an effect. kind regards, gerrit ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
