[Webkit-unassigned] [Bug 105279] Web Inspector: Document* should be used directly in WebSocket Instrumentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 06:10:49 PST 2012


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





--- Comment #8 from Takashi Toyoshima <toyoshim at chromium.org>  2012-12-19 06:13:04 PST ---
(In reply to comment #7)
> So you are saying that having main thread in the tight loop will prevent workers from dispatching the data? Is this a short term thing or will it be so long term?

Yes. We have no plan to change this design.
In the design was not changed, Chrome port handles all network requests in an IO thread in a browser process. So, distributing requests from workers to threads looks very difficult and could be essential change.

http://www.chromium.org/developers/design-documents/multi-process-resource-loading

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list