[Bug 36692] Bad performance when combineng SetEvent / WaitForSingleObject for synchronizing worker threads

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 9 10:39:19 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36692

--- Comment #6 from Vincent Povirk <madewokherd at gmail.com> ---
DuplicateHandle can still pull an anonymous event handle out of another process
and start using it.

So, you either need the server to be able to tell the process that controls a
handle that it's being moved into the server, or you need a more efficient way
of doing this that works across processes.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list