Sync Framework and Windows 8 Metro / WinRT

Answered Sync Framework and Windows 8 Metro / WinRT

  • 9 августа 2012 г. 12:39
     
     

    Anyone working on converting the Sync Framework to WinRT?

    I have been for a few days.  I'm concerned about the file locking.  There's no way to lock the cache in WinRT due to the "sandbox" limitations.  The Synch Framework uses open streams to lock the cache. 

    Is this absolutely required if you're synchronizing calls occur in sequence?

    I've removed the multi-threaded model that used AsyncOperation entirely because I don't need it.

    There's also a Timer job that runs and removes duplicate files.  I'm not sure why this is necessary also.


    Michael

Все ответы