On Thu, Sep 06, 2007 at 10:33:56AM -0700, Joe Wilson wrote: > Without some code modification, I doubt it. > I don't see any mention of "dot" in os_win.c. > > However, in SQLite 3.5 you can define your own OS Interface File > Virtual Methods Object and create your own file lock/unlock routines > based on the dot locks in os_unix.c: > > http://sqlite.org/capi3ref.html#sqlite3_io_methods
I've found a remark regarding write concurrency in SQLite: "All SQLite write operations obtain an exclusive lock on the whole database" ( http://www.mail-archive.com/sqlite-users@sqlite.org/msg18342.html ) Doesn't it mean, that database is protected enough already by it's internal design, and there's no need to take care about that "dot locks"? -- pozdrawiam / regards Zbigniew Baniewski ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------