On Monday 05 April 2004 19:24, Alexandre Julliard wrote:
There's no real reason that we cannot use Unix sockets on Unix and Windows socket on Reactos with the same code, it just needs a bit of header magic; and this will be useful for Winelib apps too.
Hmm, I'd like to agree with that.
Yep, wininet is not really thread-safe at this point.
But given Mike's suggestion of using Win32 synchronisation primitives to tackle this, how would we make the Unix socket case thread safe?
-Hans