Spritely NFS: experiments with cache-consistency protocols

V. Srinivasan,J. Mogul
DOI: https://doi.org/10.1145/74851.74856
1989-11-01
ACM SIGOPS Operating Systems Review
Abstract:File caching is essential to good performance in a distributed system, especially as processor speeds and memory sizes continue to improve rapidly while disk latencies do not. Stateless-server systems, such as NFS, cannot properly manage client file caches. Stateful systems, such as Sprite, can use explicit cache consistency protocols to improve both cache consistency and overall performance. By modifying NFS to use the Sprite cache consistency protocols, we isolate the effects of the consistency mechanism from the other features of Sprite. We find dramatic improvements on some, although not all, benchmarks, suggesting that an explicit cache consistency protocol is necessary for both correctness and good performance.
What problem does this paper attempt to address?