After reading through again and again I think we should go with:
* locking_mode = EXCLUSIVE ==> look at mikkels explanation
* synchronous = NORMAL ==> again this seems very reasonable since according to the sqlite guys the chances are near 0 that something wrong could happen there.
* journal_mode = WAL ==> please read http://www.sqlite.org/wal.html it shows the advantages and disadvantages where I think we are not really targeted by the disadvantages.
After reading through again and again I think we should go with:
* locking_mode = EXCLUSIVE ==> look at mikkels explanation www.sqlite. org/wal. html it shows the advantages and disadvantages where I think we are not really targeted by the disadvantages.
* synchronous = NORMAL ==> again this seems very reasonable since according to the sqlite guys the chances are near 0 that something wrong could happen there.
* journal_mode = WAL ==> please read http://