On 7/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
but... I want try to ask again...  ;-)

SQLite handles the File-Lockings as a physical Locking during the
writings to File and Disk. (Is it so?) I do my own logical Locking
during the Edit of a Record and then reflect to the Busy-State if the
changes will be saved to disk.

You do not need to do locking, Sqlite does the locking for you.

There can be as many reading processes as you like.
Only one may write at a time. No other process may read
while the write is being done.


--
SqliteImporter and SqliteReplicator: Command line utilities for Sqlite
http://www.reddawn.net/~jsprenkl/Sqlite

Cthulhu Bucks!
http://www.cthulhubucks.com

Reply via email to