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+

Description Antti Koivisto 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.
Comment 1 Antti Koivisto 2015-07-08 06:16:32 PDT
Created attachment 256372 [details]
patch
Comment 2 Chris Dumez 2015-07-08 09:24:29 PDT
Comment on attachment 256372 [details]
patch

r=me!
Comment 3 Antti Koivisto 2015-07-08 10:04:22 PDT
https://trac.webkit.org/r186510
Comment 4 Antti Koivisto 2015-07-08 10:19:38 PDT
follow-up https://trac.webkit.org/r186511