Closed cpg closed 11 years ago
Like the previous one, this is indeed a race condition, but a safe one. Thanks, though.
What do you mean by a save one
?
I mean that it's possible that a write may occur in between a read and a write, but this occurs during connection shut down and doesn't affect the rest of the server, so it's not ideal, but it won't actually affect anything.
That's as I remember it, at least, it was 5 months ago...
another possible race in conn.
the connection was closed normally (by the remote end).