Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File locking API #5

Open
capr opened this issue Dec 23, 2021 · 0 comments
Open

File locking API #5

capr opened this issue Dec 23, 2021 · 0 comments

Comments

@capr
Copy link
Member

capr commented Dec 23, 2021

I personally don't think file locking is very useful but for the sake of completion, Imma gonna keep this issue here open in case someone wants to do it.

SQLite uses POSIX advisory locks to implement locking on Unix but the author hates it (ranted about it).

On Windows it uses the LockFile(), LockFileEx(), and UnlockFile() system calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant