[Webkit-unassigned] [Bug 37369] [GTK] Enable building whatever already exists of WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 07:51:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37369





--- Comment #8 from Evan Martin <evan at chromium.org>  2010-04-12 07:51:12 PST ---
My (vague) understanding of dbus is that all messages get routed through the
message daemon, which is overhead you will not want for low-latency
high-throughput IPC.

Chrome uses named pipes on Windows and anonymous socketpair() on Unix.  The
nice thing about anonymous file descriptors is that you don't end up with junk
on your disk after crashes -- they clean themselves up.

http://src.chromium.org/cgi-bin/gitweb.cgi?p=chromium.git;a=blob;f=ipc/ipc_channel_posix.cc;h=f6b19f7e0aa69ac6ce9870c84bc52f8c17f53bac;hb=HEAD
discusses it

-- 
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