Hello all,

According to this paragraph http://www.sqlite.org/faq.html#q5, multiple 
applications or multiple instances of the same application can access 
the *same* database at the *same time*. Even in WAL mode?

If I have understood correctly, all applications will be able to read 
the sqlite database at the same time, but there will be only one thread 
(one thread of one application) who will write at the same time (in WAL 
mode).

According to your experience, it is reliable? Serialization is still 
correctly performed through applications?
There are precautions to take?

Thank you!

Olivier

Reply via email to