--- David Crawshaw <[EMAIL PROTECTED]> wrote: > Joe wrote: > > > As for Apple having special locking in their > > > version, I really doubt it. > > > > They do have their own locking style. See: > > > > http://alastairs-place.net/2006/07/sqlite_and_mac/ > > Amazing. Well, now I'm stumped. For the native Mac OS X port, I can > apply this patch easily enough. But what about the pure java driver? > Rod reports a problem with it, which suggests the rarely used offbeat > function I'm using from the Java 1.4 API is as broken as the normal > flock() on Mac OS X. > > Perhaps the nested driver could test for Mac OS or NFS and switch to > dotlockLockingStyle.
Is there a way for you to know you're on an NFS filesystem in Java? I don't think it can be supported correctly in the Nested version, as it would require a different SQLite.mips binary. I'd suggest to just provide a native Mac version and leave it at that. ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
