20.02.2009, в 5:11, whzeng написал(а):

I want to start a thread for each WebView, and then let KJS run in multiple threads environment, feasible?

WebCore and WebKit can only be used from the main thread. But we support Web Workers API for running scripts on multiple threads now, see <http://whatwg.org/ww>; and JavaScriptCore API can be used from multiple threads simultaneously.

- WBR, Alexey Proskuryakov


_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to