You might want to take a look at the standard VFSen:

<https://www.sqlite.org/draft/vfs.html#standard_unix_vfses>

At a low level, SQLite depends on the VFS for reliable locking.  The main parts 
of SQLite call a routine supplied by the VFS.  The VFS does the actual locking.

If we didn't answer your question, feel free to post again telling us what 
you're looking for.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to