Re: [sqlite] sqlite using whole-file (not byte-range) locking

2006-07-28 Thread drh
Adam Megacz <[EMAIL PROTECTED]> wrote: > I'm interested in using SQLite with AFS (the Andrew FileSystem). > Unlike NFS, AFS has solid, reliable support for *whole-file* advisory > locking across the network. > > AFS does some very sophisticated caching, so an SQLite database in AFS > accessed by

[sqlite] sqlite using whole-file (not byte-range) locking

2006-07-27 Thread Adam Megacz
I'm interested in using SQLite with AFS (the Andrew FileSystem). Unlike NFS, AFS has solid, reliable support for *whole-file* advisory locking across the network. AFS does some very sophisticated caching, so an SQLite database in AFS accessed by a single reader/writer would be very efficient. A