[webkit-dev] Windows Multithread issue

ZHOU Xiao-bo zhxb.ustc at gmail.com
Tue Jun 16 01:22:30 PDT 2009


There are so many classes containing static hashmap<>, such as string.
Cache is a singleton and the contents it caches is not thread-safe.
As for js, JSGlobalOjbect is linked by a list.


2009/6/16 John Abd-El-Malek <jam at google.com>

> Yes it's possible.  The Chromium port runs web views in different
> processes.  You can look at the design docs and source to see how it's done,
> that should give you an idea of what you have to do this on different
> threads.
>
> 2009/6/15 熊科浪 <xiongkelang at hotmail.com>
>
>>
>> hi
>>     I want to develop c++ application that uses WebKit on Windows. Can I
>> start a thread for each web view? or I must ceate every web view and handle
>> every event in the main thread?and why?are there any plan to change it?
>>
>>     Thank you.
>>
>> --
>> clive
>> ------------------------------
>> 立刻下载 MSN 保护盾,保障Messenger 安全稳定! 现在就下载! <http://im.live.cn/safe/>
>>
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090616/e13df3fb/attachment.html>


More information about the webkit-dev mailing list