[webkit-dev] multithread webcore and KJS

Alexey Proskuryakov ap at webkit.org
Thu Feb 19 23:04:44 PST 2009


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




More information about the webkit-dev mailing list