SQLite 3.7 added a new feature called write-ahead logging that allows multiple processes to work better with a single database file without all the old locking issues.
I've enabled this in 7.6 and it appears to work OK. Please test this out and report any problems with locking error messages. Details on WAL: http://sqlite.org/wal.html -- andyg ------------------------------------------------------------------------ andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292 View this thread: http://forums.slimdevices.com/showthread.php?t=81714 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
