RESOLVED FIXED 146722
Network Cache: Don't open files in main thread
https://bugs.webkit.org/show_bug.cgi?id=146722
Summary Network Cache: Don't open files in main thread
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.