On Monday 04 December 2006 07:01, Damjan Jovanovic wrote:
On Windows, calling closesocket in one thread causes blocking I/O operations on that socket (select, accept) running in other threads to return immediately. On Linux, the I/O will block forever. Calling shutdown as part of closesocket reproduces the same behaviour under Linux. Closes #4619 and #3777.
Sweet, this seems to solve part of the problems in bug #5534, too.
Thanks, Kai