On Wed, Dec 14, 2011 at 6:02 AM, Sreekumar TP <[email protected]>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 > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

