|
|
|
|
|
by Rapzid
4282 days ago
|
|
Disabling buffering in the file library should provide for a similar mitigation outlook. If the OS accepts the writes it WILL make it to disk unless the some part of the storage sub system(or the os itself) fails. So if the process dies recent writes should make it to disk regardless. But if the process triggers a complete system crash then you're kinda stuck needing fsync's :| |
|
Did you mean logging library? I.e., application-level buffering? In that case, good point.