--- David Crawshaw <[EMAIL PROTECTED]> 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/

  http://alastairs-place.net/stuff/sqlite-3.3.6-osx.patch

See also the non-default compile option:

  -DSQLITE_ENABLE_LOCKING_STYLE

which supports:

  typedef enum {
        posixLockingStyle = 0,       /* standard posix-advisory locks */
        afpLockingStyle,             /* use afp locks */
        flockLockingStyle,           /* use flock() */
        dotlockLockingStyle,         /* use <file>.lock files */
        noLockingStyle,              /* useful for read-only file system */
        unsupportedLockingStyle      /* indicates unsupported file system */
  } sqlite3LockingStyle;



 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to