First I would like to point out this mailing list if for discussions about WebKit internal development. There is [EMAIL PROTECTED] for discussions about development of applications/widgets using WebKit. You might have more exposure there. Simply locking around WebKit's WebView wont solve this problem. The reason is you don't know what other Cocoa classes or System APIs WebKit uses that aren't thread safe. Most Cocoa classes are publicly listed as not thread safe. There is a list of thread safe classes and other information here: You might want to rethink your design, calling WebKit from only the main thread. This will save you many headaches. Most of WebKit's API is non-blocking and callback/delegate based, so threads really aren't needed. — Timothy Hatcher » colloquy.info On Jul 10, 2005, at 7:51 PM, Ben Kazez wrote:
|
_______________________________________________ webkit-dev mailing list [email protected] http://www.opendarwin.org/mailman/listinfo/webkit-dev
