[Fwd: Re: SQLite and transactional security]

Derek Atkins warlord at MIT.EDU
Fri Sep 12 01:11:22 CDT 2003


Benjamin <benjamincarlyle at optusnet.com.au> 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
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list