On Wed, Dec 14, 2011 at 6:02 AM, Sreekumar TP <sreekumar...@gmail.com>wrote:

> Hi,
>
> If I share a database across two process , both have sqlite threading mode
> to serialized, do I still need to serialize the access to the database ?
>

No.  SQLite does that automatically using file locking.


>
> -Sreekumar
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



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