[Webkit-unassigned] [Bug 43148] Investigate using an I/O completion port for WorkQueue on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 10:11:43 PDT 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fishd at chromium.org




--- Comment #5 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-07-30 10:11:43 PST ---
You just need a separate OVERLAPPED struct for reads and writes.  One pipe handle is all you need.

You can see how this is implemented here:
http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_channel_win.cc?view=markup

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