Y
Hacker News
new
|
ask
|
show
|
jobs
by
badmintonbaseba
456 days ago
You don't have IPC for sqlite, do you?
1 comments
nolist_policy
456 days ago
You do of you access the same database from miltiple processes.
link
badmintonbaseba
456 days ago
What IPC mechanisms exist between sqlite processes accessing the same database, other than file locking and some atomic IO operations ensured by the OS.
link