On 27 Aug 2014, at 4:21pm, Jan Slodicka <j...@resco.net> wrote: > - There is one potentionally risky operation that our app performs: The data > exchange with a remote WebService. This can take long (10+ min). Users often > switch to email reading or similar activity, the app then runs on the > background and can be eventually killed by OS. This might happen during an > unfinished transaction.
Does this happen while the database is open and in use by the app ? When you exchange data, do you exchange data accessed as records (e.g. accessed using the SQLite API) or do you exchange files ? If you exchange files do you exchange just the database file or also journal files ? Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users