[Webkit-unassigned] [Bug 174466] New: Use a file monitor to check for creation of statistics files after a delete

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 13 10:39:57 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174466

            Bug ID: 174466
           Summary: Use a file monitor to check for creation of statistics
                    files after a delete
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170713/3acc9a92/attachment.html>


More information about the webkit-unassigned mailing list