On Mon, Apr 30, 2012 at 7:17 PM, Harnek Manj <hm...@gemcomsoftware.com>wrote:

> Hi,
>
> I am trying to make sqlite available for concurrency within a process and
> multi-process.
>

WAL mode.

5. Read about WAL, it gives the concurrency. But I think it gives
> concurrency by  allowing dirty reads. Please correct me if I am wrong.
>

Isolation in WAL mode is SERIALIZABLE.  Please help me to improve the
documentation for SQLite by telling me what you read in the documentation
that lead you to believe that WAL mode gaves dirty reads?



-- 
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