Hi Members,

I enabled the SQLITE_OPEN_FULLMUTEX in that case if one thread is trying to 
write in to the DB and other thread is trying to read from the DB (Same 
connection). In that case will it cause any SQLITE_LOCKED error. In some of the 
forum i found that if we enable the SQLITE_OPEN_FULLMUTEX  the  sqlite handle ( 
sqlite3 * handle) contains the mutex filed so when the sqlite library is 
invoking that API will wait for the mutex to get open.



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

Reply via email to