On Fri, Mar 23, 2007 at 02:26:45PM +0100, [EMAIL PROTECTED] wrote:
> The "lack of cache isolation" is a problem which Coda apparently inherited
> from AFS. We should get rid of it.

No it is inherited from the fact that the UNIX VFS layer expects UNIX
semantics, which means that applications share the same pagecache/memory
mappings when they open the same file.

This is how the kernel's filesystem and memory management model is
designed.

Jan

Reply via email to