Re: [sqlite] Accessing Database on Network

2005-08-03 Thread Mrs. Brisby
On Sat, 2005-07-30 at 18:18 -0700, Cory Nelson wrote: > something like sql server is likely better for the task. sqlite can > lag quite a bit when it needs to get file locks over the network to > stay atomic. The point of this thread is that SQLite cannot be _atomic_ over [any] networked filesyst

Re: [sqlite] Accessing Database on Network

2005-07-30 Thread Cory Nelson
something like sql server is likely better for the task. sqlite can lag quite a bit when it needs to get file locks over the network to stay atomic. On 7/28/05, djm <[EMAIL PROTECTED]> wrote: > Hello, > > The documentation suggests that its unsafe to use SQLite when the > database file is on a w

Re: [sqlite] Accessing Database on Network

2005-07-30 Thread Mrs. Brisby
On Thu, 2005-07-28 at 11:28 +0200, djm wrote: > Hello, > > The documentation suggests that its unsafe to use SQLite when the > database file is on a windows network server and various other > machines may want to simultaneously access it. If however none of > these machines change the data in the

Re: [sqlite] Accessing Database on Network

2005-07-30 Thread Puneet Kishor
On Jul 30, 2005, at 8:22 AM, djm wrote: Nobody? Hello, The documentation suggests that its unsafe to use SQLite when the database file is on a windows network server and various other machines may want to simultaneously access it. If however none of these machines change the data in the da

Re: [sqlite] Accessing Database on Network

2005-07-30 Thread djm
Nobody? > Hello, > The documentation suggests that its unsafe to use SQLite when the > database file is on a windows network server and various other > machines may want to simultaneously access it. If however none of > these machines change the data in the databse (all accesses are just > querie