Someone can correct me if I'm wrong, but Flex/Flash is single- threaded. I don't believe you will have any problems with synchronization in your scenario. Synchronization is only an issue on the backend server.
Shaun --- In [email protected], "kumaran_sb" <[EMAIL PROTECTED]> wrote: > > Hello flexcoders > > I'm relatively new to flex and ActionScript. I need some help with > the following problem. > > I've an ActionScript ArrayCollection which is shared between a > Consumer(which wakes up on a flash.Utils.TimerEvent and reads the > collection) and a Producer(which writes to the > same collection, based on a user interaction event). What would be the > easiest way to synchronize access to this collection in Actionscript ? > > Thanks > Kumaran >

