-
File-locking is not atomic and FIFO
File-locking on Linux is not atomic and FIFO, meaning readers and writers can claim locks in any order, running contrary to what the behavior should beMarch 30, 2024 -
Sending file descriptors through unix domain sockets
You can do zero-trust shared memory on Linux with this one neat trickMarch 30, 2024