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 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
> queries) is it then completely safe?
> 
> Presumably only querying the database (and not inserting/altering etc)
> translates internally in sqlite to opening the database in read_only
> mode, which is presumably safe to do in several clients concurrently?
> If so from what version of windows/sqlite can I be confident?
> 
> 
> --
> Best regards,
>  djm                          mailto:[EMAIL PROTECTED]
> 
> 
> 


-- 
Cory Nelson
http://www.int64.org

Reply via email to