RESOLVED WONTFIX 60975
CoreIPC should support sync messages from a secondary thread.
https://bugs.webkit.org/show_bug.cgi?id=60975
Summary CoreIPC should support sync messages from a secondary thread.
Brady Eidson
Reported 2011-05-17 11:17:36 PDT
Currently CoreIPC doesn't let you send sync messages from a non-main thread. It should! In radar as <rdar://problem/9428034>
Attachments
Darin Adler
Comment 1 2011-06-04 11:26:38 PDT
It appears that the logic to message to the main thread has made the synchronous keychain functions incompatible with synchronous XMLHttpRequest.
Brady Eidson
Comment 2 2011-06-04 14:39:07 PDT
(In reply to comment #1) > It appears that the logic to message to the main thread has made the synchronous keychain functions incompatible with synchronous XMLHttpRequest. That makes sense, and is unfortunate. Makes resolving this somewhat more important.
Brady Eidson
Comment 3 2011-06-04 14:42:56 PDT
(In reply to comment #2) > (In reply to comment #1) > > It appears that the logic to message to the main thread has made the synchronous keychain functions incompatible with synchronous XMLHttpRequest. > > That makes sense, and is unfortunate. Makes resolving this somewhat more important. I see you fixed this already with a different runloop mode. Great! (It'd still be much better if CoreIPC supported this mode.)
Anders Carlsson
Comment 4 2012-01-09 16:17:12 PST
We're not going to allow this.
Note You need to log in before you can comment on or make changes to this bug.