Hey guys,

First of all, I'm aware that SQLite is not a good choice for concurrency 
over several machines.

I do not need instant syncing of SQLite databases, however I do have a 
table stored on server X which I would like to gradually send changes of 
to various other servers connected by TCP.

In the first instance, I'd be quite happy to send rows with ids which do 
not exist in the other servers' tables, and not worry about changes to rows.

Does anyone have any advice on this matter?

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

Reply via email to