[Issue 4365] Shared receive for all waitable objects

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 28 05:12:32 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=4365



--- Comment #2 from Phil Deets <pjdeets2 at gmail.com> 2011-08-28 05:12:28 PDT ---
I'm not an expert in Windows sockets, but I think this might actually be doable
in Windows. The select function does synchronous IO; so it isn't possible with
that, but I think if you use other functions (WSAEventSelect looks promising),
you can associate the wait with a handle that you can use with
WaitForMultipleObjects. I won't reopen the bug though as this isn't very
important to me anymore.

As for the disclaimer, I was newer to the job then and was perhaps a bit overly
cautious about how I handled Internet communications.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list