doc/devblog/day_322-326__concurrent_drop_safety.mdwn: Wording
This commit is contained in:
parent
18c7b993bd
commit
b19f165c9c
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ rare race condition occurs.
|
||||||
|
|
||||||
So, I've been implementing that all of yesterday and today. Getting it
|
So, I've been implementing that all of yesterday and today. Getting it
|
||||||
right involves building up 4 different kinds of evidence, which can be
|
right involves building up 4 different kinds of evidence, which can be
|
||||||
used to make sure that the last copy of a file can't possibly be being
|
used to make sure that the last copy of a file can't possibly end up being
|
||||||
dropped, no matter what other concurrent drops could be happening.
|
dropped, no matter what other concurrent drops could be happening.
|
||||||
I ended up with a very clean and robust implementation of this, and
|
I ended up with a very clean and robust implementation of this, and
|
||||||
a 2 thousand line diff.
|
a 2,000 line diff.
|
||||||
|
|
||||||
Whew!
|
Whew!
|
||||||
|
|
Loading…
Reference in a new issue