Hello
My sqlite database corrupt recently, I suspecting this is due to the two 
different instances of SQLIte running on unix . And two different global 
variables is used .
(By refering to the thread: 
http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-users/2016-May/066648.html)

We are using PHP to read and writes the database , and at the same time a 
multithread c program is performing read and write to the same database .

PHP is using sqlite3 library (http://php.net/manual/en/book.sqlite3.php)
and C program is handle the sqlite using Serialized. 

Both of them are accessing the same DB at the same time . This can cause DB 
corrupt ? 

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

Reply via email to