Distributed File System prof. Giovanni Chiola

BufferCache


Linux OS data structure for the access of open file blocks from processes.
Conceptually similar structure for N3FS, but:
  • larger blocks (64 KB)
  • user virtual memory space
  • filled by a client proxy process
  • caching on local disk as well.

previous cache01.htm next