Blocking Locks
NFSv4:
- Client process is put to sleep, but wakes up periodically (with exponential backoff) to poll the server for the lock
- When a request succeeds, normal control resumes.
Disadvantage of new mechanism: less efficient
Advantage: only assumes one-way reachability