Skip to content Skip to sidebar Skip to footer
Showing posts with the label Atomic

Atomic `ln -sf` In Python (symlink Overwriting Exsting File)

I want create a symlink, overwriting an existing file or symlink if needed. I've discovered tha… Read more Atomic `ln -sf` In Python (symlink Overwriting Exsting File)

What Happens If I Log Into The Same File From Multiple Different Processes In Python?

I spent hours to dig the behavior, first about those questions: Atomicity of `write(2)` to a local… Read more What Happens If I Log Into The Same File From Multiple Different Processes In Python?