Which storage protocol uses leasing to reduce file locks?
SMB uses leases—modern forms of opportunistic locks—to grant controlled client caching of file data, write state, and handles. This reduces repeated server operations and associated locking overhead while the server maintains cache consistency.
Community Discussion