[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 09:45:47 PDT 2010


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





--- Comment #2 from Adam Roben (aroben) <aroben at apple.com>  2010-07-30 09:45:47 PST ---
Apparently events can't be associated with I/O completion ports. We currently use events to find out when read/write operations are completed on the pipe that connects the two processes. If we switched to using two unidirectional pipes, we could wait on the pipes themselves, and thus use them with an I/O completion port.

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