If you're accessing a database concurrently from different processes then you may want to look at this: https://sqlite.org/faq.html#q5 <https://sqlite.org/faq.html#q5> as your file system may be causing you problems.
> On Sep 25, 2017, at 11:09 AM, Roberts, Barry (FINTL) <[email protected]> > wrote: > > One of the stability tests I run involves 2 processes logging to the same > data sets (db3) files, because we do have multi-process access onto the db3 > files. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

