I am trying to get multiple threads to lock specific regions of a file.
However, since each thread has the same PID, it appears that a lock by
one thread does not block another thread from the same process.
How does one maintain file locking between sibling threads?
- Matt
However, since each thread has the same PID, it appears that a lock by
one thread does not block another thread from the same process.
How does one maintain file locking between sibling threads?
- Matt
Comment