Post #3667603
2026-07-08 08:25 UTC
file locking does not work how i thought it did, at all. because technically... it just does not work, at all.
* flock lock_ex a file
* cat that file from somewhere else
expected: cat sits there waiting for file to be unlocked before printing contents to terminal
actual: it just reads the bloody file as if i never asked the os to exclusive lock it.
Replies (1)
-
@dseguy@phpc.social 2026-07-08 08:31
@bobmagicii@phpc.social #php tip, right? I feel your pain...