[Webkit-unassigned] [Bug 175253] New: [Curl] Improve multi-threaded networking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 6 17:59:04 PDT 2017


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

            Bug ID: 175253
           Summary: [Curl] Improve multi-threaded networking
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: daewoong.jang at navercorp.com

This patch makes multi-threaded curl network more robust by hiding away curl handles from main thread. The new class ResourceHandleCurlDelegate(named after ResourceHandleCFURLConnectionDelegate) stays between threads and manages communication between them. Important thing is that curl APIs are now no longer called from main thread(except for allocation/deallocation of handle, this also should be removed later).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170807/727d34f7/attachment.html>


More information about the webkit-unassigned mailing list