Bug 146722

Summary: Network Cache: Don't open files in main thread
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cgarcia, commit-queue, zwarich
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=147410
Attachments:
Description Flags
patch cdumez: review+

Antti Koivisto
Reported 2015-07-08 06:07:10 PDT
While we use non-blocking open profiling indicates that we still may block up to 5ms in the syscall. Move it back to a queue.
Attachments
patch (3.24 KB, patch)
2015-07-08 06:16 PDT, Antti Koivisto
cdumez: review+
Antti Koivisto
Comment 1 2015-07-08 06:16:32 PDT
Chris Dumez
Comment 2 2015-07-08 09:24:29 PDT
Comment on attachment 256372 [details] patch r=me!
Antti Koivisto
Comment 3 2015-07-08 10:04:22 PDT
Antti Koivisto
Comment 4 2015-07-08 10:19:38 PDT
Note You need to log in before you can comment on or make changes to this bug.