On 11 May 2017, at 23:35, Simon Slavin <slav...@bigfraud.org> wrote:

> It’s the word 'remote' which is not clearly explained.  In the SQLite
> documentation, the word 'remote' means you’re accessing it using a networking
> API not a file system API.  It’s the network storage APIs which tend to do
> locking badly.

Local: disk I/O is under the control of the computer you are working on.

Remote: disk I/O is under the control of another computer. Your computer makes 
requests to the other computer, that it perform I/O operations on behalf of 
your computer. But the other computer decides when and how to make them.



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

Reply via email to