erland wrote: > I'm asking because I don't think writing from multiple processes are > supported even with WAL, at least I had to modify my TrackStat code to > ensure it doesn't perform writes while LMS is scanning to avoid issues.
Shouldn't the database just be locked while the one process is writing? I imagine that the reason you can't write during a scan is that LMS locks the database for writing the whole time by using one gigantic transaction. ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=89450 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
