On Sat, 2007-01-13 at 10:03 +0100, Marco Bambini wrote: > I am sorry if the question is too obvious but I haven't found any > documentation about the SQLITE_ENABLE_LOCKING_STYLE macro (it is in > os.c). > Should I set it to 0 (default) or 1? > I need to be able to access database files located on shared volumes > on OS X. > Which are the implications of setting it to 1?
Defining the SQLITE_ENABLE_LOCKING_STYLE macro (doesn't matter if it's set to 0 or 1, just whether or not it's defined) activates code to handle some tricky filesystem locking semantics (NFS etc.) on Mac OSX. I have no idea if it's useful on other operating systems. Dan. > Thanks a lot. > --- > Marco Bambini > http://www.sqlabs.net > http://www.sqlabs.net/blog/ > http://www.sqlabs.net/realsqlserver/ > > > > > ----------------------------------------------------------------------------- > To unsubscribe, send email to [EMAIL PROTECTED] > ----------------------------------------------------------------------------- > ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------