|
|
|
|
|
by commandersaki
169 days ago
|
|
you lose explicit error handling I've never had to use mmap but this is always been the issue in my head. If you're treating I/O as memory pages, what happens when you read a page and it needs to "fault" by reading the backing storage but the storage fails to deliver? What can be said at that point, or does the program crash? |
|