Benjamin <[EMAIL PROTECTED]> writes:

> Sqlite uses operating system file locks to manage concurrency between
> processes and a slightly modified version of the same to handle
> concurrency between threads. Multiple processes and threads can access
> the same sqlite database simultaneously for read access or one process
> or thread can access the database for write access. Locking is done by
> the library its self.

Hmm, I wonder how that interacts with AFS's advisory locks?  (see www.openafs.org)

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to