On Tue, Nov 30, 2004 at 01:40:23PM -0500, John S. Bucy wrote: > > Does anyone here have any experience putting SQLite databases in AFS with > concurrent access from multiple clients? > > > > > john > _______________________________________________ > OpenAFS-info mailing list > [EMAIL PROTECTED] > https://lists.openafs.org/mailman/listinfo/openafs-info >
I believe SQLite (which I think is great, BTW) uses POSIX advisory locking. The documentation suggests that you should avoid network file systems. I actually haven't tried this, but I wouldn't trust SQLite dbs to work in AFS. http://www.sqlite.org/lockingv3.html Jack -- Jack Neely <[EMAIL PROTECTED]> Realm Linux Administration and Development PAMS Computer Operations at NC State University GPG Fingerprint: 1917 5AC1 E828 9337 7AA4 EA6B 213B 765F 3B6A 5B89 _______________________________________________ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info
