Skip to main content

One post tagged with "nfs3"

View All Tags

Making NFS3 reactive

· 5 min read

Network File System (NFS) provides a powerful way to built a vfs on OSx, but it has a fundamental limitation when it comes to event propagation. This article explores how event delegation works in NFS, the challenges with remote changes, and an approach to ensure proper notification delivery to client applications using a side-channel.