Bug 174466
Summary: | Use a file monitor to check for creation of statistics files after a delete | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebKit2 | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
*** This bug has been marked as a duplicate of bug 174521 ***