Summary
It nice to have FairLock.
Basic requirements:
- Polling mechanism to obtain lock
- First client who tried to lock resource should be able to lock resource after its unlock
Motivation
FairLock is attempt to have fairness in lock obtaining racing, if client first requested lock it should be able obtain lock as soon as lock is available.
Summary
It nice to have
FairLock.Basic requirements:
Motivation
FairLock is attempt to have fairness in lock obtaining racing, if client first requested lock it should be able obtain lock as soon as lock is available.