Changes between Initial Version and Version 1 of Ticket #1105, comment 8


Ignore:
Timestamp:
2015-10-27T02:02:01Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1105, comment 8

    initial v1  
    1 This does not affect the Magic Folder design we adopted, since a client should not read its own DMD concurrently with writing it. It reads its own DMD on start-up, and other clients' DMDs on each scan, but it should not write its own DMD until after the start-up scan.
     1This does not affect the intended Magic Folder design, since a client should not read its own DMD concurrently with writing it. It reads its own DMD on start-up, and other clients' DMDs on each scan, but it should not write its own DMD until after the start-up scan.
    22
    33However, I'm not sure that this is currently implemented correctly. Filed #2553 to track it.