On Thu, Dec 24, 2020 at 06:06:32PM -0600, re:fi.64 wrote: > At least on Linux, this wouldn't be that ideal. These LWN articles go over > the general fsync mess and the lack of viable alternatives: > > https://lwn.net/Articles/351422/
But isn't that a trade-off application developers can make for themselves? Performance over reliability? We're not suggesting that fsync before close becomes mandatory or even the default. People have to opt in to the behaviour, just as they do now. -- Steve _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/GCPH7P7GREEGKSHUPBQ5WLGZEKVWQVHN/ Code of Conduct: http://python.org/psf/codeofconduct/
