https://bugs.winehq.org/show_bug.cgi?id=52401
Paul Gofman pgofman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pgofman@codeweavers.com
--- Comment #3 from Paul Gofman pgofman@codeweavers.com --- I’d expect solution 1 to have a very unfortunate network performance impact, this will make even fully synchronous socket io always take a server async and possibly SIGUSR roundtrip. Note also that the sockets created with socket() are capable of async io by default, so checking for socket flags won’t change much in the majority of cases. This probably needs something neater. I don’t know, maybe some sort of io request versioning can work?