On Thu, Jun 5, 2008 at 4:04 PM, D. Richard Hipp <[EMAIL PROTECTED]> wrote: > I think the solution might be as simple as compiling with - > DSQLITE_ENABLE_LOCKING_STYLE=1. This option only works on a Mac. It > enables some Apple-contributed code that does file locking that works > on AFP as well as on other network filesystems that the Mac supports. Would this change out locking works on a normal local file system?
> At one time it was the case that FF handled all of its own locking > such that the SQLite database locking was really unnecessary. Is that > still the case? If so, then perhaps the simplest solution here would > be to provide a new compile-time option to disable all of the locking > logic on all systems. We lock the profile so more than one instance cannot access it, however consumers could access a database anywhere. Additionally, it wouldn't prevent other sqlite consumers from accessing these databases. Cheers, Shawn _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

