nope, linux python script that writes a little data and calls os.fsync
What's a little data?
In many situations, fsync flushes everything, including totally uncorrelated stuff that might be running on your system.
What's a little data?
In many situations, fsync flushes everything, including totally uncorrelated stuff that might be running on your system.