[Webkit-unassigned] [Bug 61287] [UNIX] Use SOCK_SEQPACKET when available
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 26 10:14:15 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61287
--- Comment #33 from Anders Carlsson <andersca at apple.com> 2011-05-26 10:14:15 PST ---
One of the requirements of CoreIPC is that you should be able to know when the connection is closed. Just because a connection is closed doesn't mean that the process on the other end went away either, as is the case with the plug-in process.
I'd also like to see Connection::setShouldCloseConnectionOnProcessTermination to be removed. When the process is terminated, the connection should know this and close automatically.
Again, looking at the Chromium IPC:
http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_channel_posix.cc?revision=82485&view=markup
they are using a stream socket.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list