i'm using sqlite for a special mode:
1.one process write
2.other processes read
now i hope all read will not be blocked by write, because i'm sure the
writer won't update existing data, it only insert new data, so reader need
not wait for it.
follow the docs, i run the SQL "PRAGMA read_uncommitted = 1", but the
reader still encounter "database is locked" error.
how could i make it correctly work? thanks very much!!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to