[Webkit-unassigned] [Bug 187984] New: [Curl] Use shared single thread for WebSocket connections.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 19:14:40 PDT 2018


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

            Bug ID: 187984
           Summary: [Curl] Use shared single thread for WebSocket
                    connections.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

Current implementation launches new thread for each connection. Create a new scheduler for socket connection. It's not possible to share with normal scheduler for HTTP connection because of the difference of the architecture. One for HTTP and another for WebSocket.

-- 
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/20180725/53aad9c0/attachment.html>


More information about the webkit-unassigned mailing list