[Webkit-unassigned] [Bug 61287] [UNIX] Don't use SOCK_DGRAM in socketpair()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 10:03:55 PDT 2011


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





--- Comment #1 from Balazs Kelemen <kbalazs at webkit.org>  2011-05-23 10:03:55 PST ---
Performance should be taken into consideration as well.
I'm not an expert of the topic but I can imagine
that datagram sockets are faster because they are not
reliable - which is not a problem for us because our IPC
is happening locally. If this is the case I believe we should try
to work around the problem if it is possible.
Please clue me up if I'm wrong about performance.

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