On Fri, Jul 25, 2014 at 4:46 AM, Tom <t...@meanfox.com> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to