Hi,


Please correct me on below points for Sqlite3 on Linux platform.



1)      Sqlite3 doesn’t have any concurrency issue when multiple process
reading one database file at same time. This doesn’t required any special
mode setting (Like WAL)

2)      One process is reading & other process tries to write the same
database file then file should be open in WAL mode.

3)      Sqlite3 doesn’t support Multiple process writing on same time.



File system is jffs2.


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

Reply via email to