On 28 Nov 2018, at 8:03am, Prajeesh Prakash <[email protected]> wrote:
> That means (with SQLITE_OPEN_FULLMUTEX) if two threads are trying to do write > and read to the table only one will get the chance to do the operation other > thread needs to wait until the first thread finish its job . Am i correct Are the two threads sharing the same database connection or do they each have their own connection ? Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

