[Richard Hipp]

> If the last writer to the database file crashed and left a hot
> journal<http://www.sqlite.org/atomiccommit.html#section_4_2>then the
> next reader to come along must rollback that journal before it can
> start reading, and that will require write access.

Can similar things happen if you copy the database file (using
cp/tar/whatever) while an application wants to write to it?

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

Reply via email to