RESOLVED DUPLICATE of bug 174521 174466
Use a file monitor to check for creation of statistics files after a delete
https://bugs.webkit.org/show_bug.cgi?id=174466
Summary Use a file monitor to check for creation of statistics files after a delete
Brent Fulgham
Reported 2017-07-13 10:39:57 PDT
Instead of attempting to sync any on-disk data with our in-memory data at write time, we should create a directory monitor when we observe the statistics file get deleted. If a new copy of the statistics file is created before the current process decides to write, we should sync data and begin monitoring that file, rather than waiting until we decide to do a write (and sync at that point).
Attachments
Brent Fulgham
Comment 1 2017-07-14 15:53:56 PDT
*** This bug has been marked as a duplicate of bug 174521 ***
Note You need to log in before you can comment on or make changes to this bug.