Re: [sqlite] Multiuser on LAN, how good/bad is it ?

2006-09-18 Thread Nikki Locke
Martin Alfredsson wrote: > Reading the documentation is a bit contradicting: > > >A good rule of thumb is that you should avoid using SQLite in > situations where > >the same database will be accessed simultaneously from many computers > over a network filesystem. > > >Most SQL database

Re: [sqlite] Multiuser on LAN, how good/bad is it ?

2006-09-18 Thread Jay Sprenkle
On 9/17/06, Martin Alfredsson <[EMAIL PROTECTED]> wrote: Reading the documentation is a bit contradicting: >A good rule of thumb is that you should avoid using SQLite in situations where >the same database will be accessed simultaneously from many computers over a network filesystem. The

Re: [sqlite] Multiuser on LAN, how good/bad is it ?

2006-09-17 Thread thomas . l
Hi Martin Martin Alfredsson wrote: > Though I can interpret the the second statement as "on a single machine" > I'd like to hear about what your experience is with using it as multiuser > on a lan. > Does it crash due to network problem, does it work better with WinXP > than Win9x/2k/linux etc.

[sqlite] Multiuser on LAN, how good/bad is it ?

2006-09-17 Thread Martin Alfredsson
Reading the documentation is a bit contradicting: >A good rule of thumb is that you should avoid using SQLite in situations where >the same database will be accessed simultaneously from many computers over a network filesystem. >Most SQL database engines are client/server based. Of those