[Webkit-unassigned] [Bug 145791] [SOUP] Network Cache: Give more priority to reads over writes in IO WorkQueue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 02:17:00 PDT 2015


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

--- Comment #5 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 254555
  --> https://bugs.webkit.org/attachment.cgi?id=254555
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254555&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheIOChannelSoup.cpp:268
>      runTaskInQueue([channel, offset, data, completionHandler] {
>          channel->write(offset, data, completionHandler);
> -    }, queue);
> +    }, queue, G_PRIORITY_DEFAULT_IDLE);

This is never called with a non-null WorkQueue, meaning it's always scheduled on the main context. The point being, is the WorkQueue priority scheduling necessary?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150609/b54d735d/attachment-0001.html>


More information about the webkit-unassigned mailing list