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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 15:43:38 PST 2020


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

--- Comment #3 from Takashi Komori <Takashi.Komori at sony.com> ---
On curl port SocketStreamHanle creates a thread for handling each connection. (SocketStreamHandleImplCurl.cpp)
But this implementation is not resource friendly.

This patch aims to suppress creating threads.
The main idea is handling all connections by one thread.
For this purpose we propose introducing a manager class 'CurlSocketStreamWorkerManager' in this patch.

-- 
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/20200128/0c7f0f2b/attachment.htm>


More information about the webkit-unassigned mailing list