Hacker News new | ask | show | jobs
by anderspitman 2128 days ago
You had me at stateful
1 comments

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...
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).