On Tuesday, 24 September, 2019 16:30, Jens Alfke <j...@mooseyard.com> wrote:

>There will be times when a program using SQLite finds itself running over
>a networked filesystem, but no one should deliberately write SQLite-based
>code intending to use a networked filesystem. For that you want a
>client/server database.

There are not, to my knowledge, any client/server database systems that will 
work properly if the database resides on a network filesystem (meaning remote 
multi-access).  The "client" is remote from the "server" because the "client" 
and "server" use some sort of IPC mechanism (of which a network is an example) 
so that the "client" can send commands to and receive responses from the 
"server".  The database files must still reside on the "server"'s local 
filesystem.



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

Reply via email to