On Fri, Jul 25, 2014 at 4:46 AM, Tom <[email protected]> wrote:

> I probably should have read the bit about concurrency on
> http://www.sqlite.org/whentouse.html huh :-)
> Although in my defense, my need for write concurrency is new.
> I do wonder if 2 DB's will work well.
>

My understanding is that you have one reader and one writer, both on the
same box.  Is that not correct?  Because if it is correct WAL mode should
have solved your problem.  If it didn't, then you might have been doing
something wrong.

Beyond one-writer-and-multiple-readers, you need to go with a client/server
solution.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to