Hi,

We use SQLite3 in a multi-threaded application.

Now we must provide a 24/7 service and we don't want to change this
legacy application.


We use sqlite3_open_v2() with
SQLITE_OPEN_READWRITE|SQLITE_OPEN_FULLMUTEX flags and all the
transactions are exclusive.


So, if we add a SQLITE_BUSY handle, can we use the sqlite3 .backup
when the application is running?

Is it safe or is there a risk to corrumpt the database or do we need
to change some settings ?


Thanks for your answer,


regards,


yves


yves crespin
t. +33.(0)6.86.42.86.81
  yvescrespin
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to