top | item 46337494

(no title)

hawk_ | 2 months ago

If you tested this on macos, be careful. The fsync on it lies.

discuss

order

Palomides|2 months ago

nope, linux python script that writes a little data and calls os.fsync

ncruces|2 months ago

What's a little data?

In many situations, fsync flushes everything, including totally uncorrelated stuff that might be running on your system.

packetlost|2 months ago

fsync on most OSes lie to some degree