-
What does
mmap
do? -
When should you read file content into the memory?
-
When should you write data back to the file system?
-
What happens if two processes mmap the same file?
-
What happens when you delete a file while it is mmapped?
-
(This is unrelated to memory mapped file specifically). What happen if a page is currently read or written (by the DMA - Direct Memory Access) and that page gets evicted?