[Webkit-unassigned] [Bug 23859] Change worker code to use different proxy class pointers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 08:39:27 PST 2009


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





------- Comment #17 from ap at webkit.org  2009-02-11 08:39 PDT -------
> Yes, we can choose to still load the script in main thread. However, for
> multi-process design, I think it would be better to load the script directly in
> the worker process, instead of passing the big chunk of data via IPC from one
> process to anther.

I don't think that the overhead of IPC will be significant. For all intents and
purposes (e.g. Web Inspector display, assignment of Referer header and other
loader options), the script is loaded by Worker object, not by Worker context.


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



More information about the webkit-unassigned mailing list