On 5/3/16, Steve Schow <st...@bstage.com> wrote:
> will try that.  thanks.
>
> about the other suggestion to WAL mode, do you generally think that is a
> better way to run sqlite whenever there is any chance of concurrency?  I was
> under the impression that it should work fine either way, but WAL just might
> provide some quicker response without having to wait on a locked DB file,
> but with other potential disadvantages which I can’t remember what they are
> right now..

WAL generally works better on servers.  You can see at
https://www.fossil-scm.org/fossil/stat that my servers are generally
in WAL mode.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to