Hi,
Flash does a great job at abstracting out data storage requirement across multiple browsers. But my concern is whether it provides data access synchronization. Lets say i've multiple tabs/windows loading the same swf file (loaded from the same domainA in a page from domainB). What is the behavior if they start writing onto LSO (local shared object) simultaneously. If you see, its basically multiple reader/writer problem that browsers are incapable of handling (until HTML5). Can flash really help? I understand that flash also follows single threaded model but i was just wondering if there is a semantic in actionscript or otherwise that could be of help here.
Thanks in advance.
-Sumit