5 ms·
mmap on file io errors would manifest in Signals (For example SIGBUS or SIGSEGV). So if you wanted to handle file read/write errors you would need to implement
by Falcondor 7mo ago
mmap on file io errors would manifest in Signals (For example SIGBUS or SIGSEGV).
So if you wanted to handle file read/write errors you would need to implement signal handlers.
https://stackoverflow.com/questions/6791415/how-do-memory-mapped-files-handle-i-o-errors https://stackoverflow.com/questions/6791415/how-do-memory-ma...
- koakuma-chan 7mo ago... which is not great for an API.