Yes they are sharing the same DB connection
> On November 28, 2018 at 1:57 PM Simon Slavin <slav...@bigfraud.org> wrote:
> 
> 
> On 28 Nov 2018, at 8:03am, Prajeesh Prakash <prajeeshprakash@elear.solutions> 
> 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
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to