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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 02:51:13 PDT 2011


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





--- Comment #18 from Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>  2011-05-26 02:51:12 PST ---
(In reply to comment #16)
> wouldn't it be better to split this again and use QSocket/GSocket?, Using GSocket this code would be just a few lines, and I guess it would be the same for Qt.

You have to ask the person who introduced this to Gtk. I don't feel I'm the correct person to express opinions about Gtk port.

As for Qt port:
Qt socket API cannot provide the features needed, and it's anyway more robust to use the direct low-level API calls for such a low-level feature as IPC. The datagram based implementation is IMHO superior to the stream based implementation for the rationale given already in this bug entry. As such, again in my opinion, it would be sad choise to regress the current implementation.

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