On 19 Nov 2013, at 6:40pm, Joshua Grauman <jnf...@grauman.com> wrote:

> Under what conditions would an open() create a lock that would cause problems?

If you did something with it that would interfere with the processes using 
SQLite's own API.  For instance, if you chose options which involved exclusive 
opening, or locking the file for writing.  But those are unlikely defaults.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to