On Fri, 23 Oct 2009 03:25:45 -0700, Roger Binns
<rog...@rogerbinns.com> wrote:
>The problem is that the moment you have a network accessible service you
>have to deal with administration.  Things like authentication, security,
>log files etc.

In the absolute, yes, but not if SQLite is to be used in a firewalled
LAN just to share data between a couple of hosts. Currently, the only
way to do this is to share the file with CIFS/Samba, while a simple
EXE could handle concurrency without the headaches of CIFS.

>If you are looking for an alternative then I'd suggest couchdb.  It is
>designed for replication from the ground up and you get offline mode for
>free.  It is document oriented rather than relation oriented like SQL
>but for many that is an advantage :-)

Thanks for the tip, but CouchDB is not an SQL server:
http://en.wikipedia.org/wiki/CouchDB

I for one would be very willing to pay for an SQLite server that would
run on Windows and Linux/FreeBSD.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to