Hacker News new | ask | show | jobs
by yencabulator 2127 days ago
For what it's worth, stateful is a good thing; NFSv4 leases are what allows it to safely do more aggressive caching than NFSv3. Back when it was new, benchmarks showed a good speed increase all around...
1 comments

Stateful isn't inherently good or bad. It's a tradeoff. But the more programming I do the less I think it's a tradeoff worth making.
In the context of NFS, it's a trade-off that enabled higher performance (and some new features too).