Black, Michael (IS) <michael.bla...@ngc.com> wrote: > Ummm....are we forgetting about WAL mode? > > http://www.sqlite.org/draft/wal.html > > "Reading and writing can proceed concurrently." > > Not that you can have multiples of each...just one of each.
To be precise, with WAL you can have one writer and multiple readers at any point in time. Without WAL, it's one writer OR multiple readers. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users