Bug 174466

Summary: Use a file monitor to check for creation of statistics files after a delete
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, cdumez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=174435

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.