Actions
Enhancement #130
openResource locking
Start date:
2010-08-16
Due date:
% Done:
0%
Estimated time:
Patch Available:
No
Found in Versions:
Confirmed:
No
Branch:
Help Needed:
Description
A locking mechanism is necessary to ensure concurrent access don't tread on each other:
- do not allow write when someone else has requested an exclusive access to the resource
- delay read when someone is writing
A lock is released when the client ask for it, or when it leaves and his session is removed.
We should care about dead clients to avoid deadlocks.
Updated by Marc Dequènes over 13 years ago
- Target version changed from 0.5.0 to 0.6.0
Actions