Quantcast
Viewing all articles
Browse latest Browse all 13

How to implement cross platform file lock in GO

I need to implement the following behavior in GO: A process should be able to read a file irrespective if any other process has locked the file for writing A process should obtain a write lock, before it can write to the file. This is to ensure that multiple processes cannot write to the same […]

The post How to implement cross platform file lock in GO appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 13

Trending Articles