On 6 Aug 2016, at 9:53am, Michele Pradella <michele.prade...@selea.com> wrote:

> Ok understand... so the question is: if I have just 1 process with 2
> threads reading/writing a network DB, is it safe if threads write at the
> same time? can SQLITE_THREADSAFE [1] define with correct value help
> handle this? 

Keith Medcalf has explained to us that you are not using a shared network 
filesystem.  So the warnings about locking over a network do not apply to you.

Providing that you understand this page:

<https://www.sqlite.org/threadsafe.html>

You should be okay.

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

Reply via email to