Il 05/08/2016 09.47, Simon Slavin ha scritto:
On 5 Aug 2016, at 7:30am, Michele Pradella <[email protected]> wrote:

Hi all, I read documentation about using sqlite on a Network file system, so I 
know is not a good environment because file lock problem. Anyway do you think I 
can have the same problem if I'm sure that only my precess try write or read 
database?
If you have single-access (just one application/process/thread using the SQLite 
API) then you're okay.

Unless you have a hardware fault, of course.
So if you have just 1 application with 2 threads that access same DB, is it safe?

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to