[webkit-dev] multithread webcore and KJS

2009-02-19 Thread whzeng
Hello,

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

regards,
Wesley.Zeng



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] multithread webcore and KJS

2009-02-19 Thread Alexey Proskuryakov


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
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev