Skip to content

proper usage of unlock_notify in multithreaded write scenarios #1406

Closed Answered by gwenn
n00kii asked this question in Questions
Discussion options

You must be logged in to vote

https://sqlite.org/rescode.html#busy

The SQLITE_BUSY result code differs from SQLITE_LOCKED in that SQLITE_BUSY indicates a conflict with a separate database connection, probably in a separate process, whereas SQLITE_LOCKED indicates a conflict within the same database connection (or sometimes a database connection with a shared cache).

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by n00kii
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants