diff options
| author | Simon Rettberg | 2013-11-10 20:55:48 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-10 20:55:48 +0100 |
| commit | f28b29dbd2087dc8d5982e579971095f2cc73c0f (patch) | |
| tree | ea3c50dbcbe472298be57998c8a0a61815ff136c /LOCKS | |
| parent | Refine CMakeLists: Tell cmake it's a C only project (diff) | |
| download | dnbd3-f28b29dbd2087dc8d5982e579971095f2cc73c0f.tar.gz dnbd3-f28b29dbd2087dc8d5982e579971095f2cc73c0f.tar.xz dnbd3-f28b29dbd2087dc8d5982e579971095f2cc73c0f.zip | |
[SERVER] Update LOCKS readme
Diffstat (limited to 'LOCKS')
| -rw-r--r-- | LOCKS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,10 +17,12 @@ remoteCloneLock _images_lock _images[].lock uplink.queueLock -_alts_lock +pendingLockProduce +pendingLockConsume +altServersLock client.sendMutex -If you need to lock multiple clients at once, +If you need to lock multiple clients/images/... at once, lock the client with the lowest array index first. If the program logic would require to aquire the |
