Replies: 0 comments 3 replies
Process crash? No (barring OS bugs). System crash? Yes.
Performance. |
0 replies
If readFile appears after awaiting writeFile with, even if the buffer was not flushed due to hard disk being busy, will readFile provide accurate 100% of the time? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible that
writeFilemay not throw an error but actual file may not be written due to process crash?In order to Guarente success of
writeFilewe have to manually putflushto true for every operation.Is there any reason why
flushis false by default?All reactions