Re: [sqlite] Safe to use SQLite over a sketchy network?

2019-09-25 Thread Gary R. Schmidt
On 26/09/2019 15:30, Keith Medcalf wrote: -Original Message- From: sqlite-users On Behalf Of Gary R. Schmidt Sent: Wednesday, 25 September, 2019 23:13 To: sqlite-users@mailinglists.sqlite.org Subject: Re: [sqlite] Safe to use SQLite over a sketchy network? On 26/09/2019 15:00, Jens

Re: [sqlite] Safe to use SQLite over a sketchy network?

2019-09-25 Thread Keith Medcalf
That is remote block storage, not a remote filesystem. Remote block storage just has a "longer wire" going to the block storage. iSCSI, for example, will let you put your block storage anywhere, even in orbit. The filesystem, however, still resides on the local computer. >-Original

Re: [sqlite] Safe to use SQLite over a sketchy network?

2019-09-25 Thread Gary R. Schmidt
On 26/09/2019 15:00, Jens Alfke wrote: On Sep 24, 2019, at 3:48 PM, Keith Medcalf wrote: 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

Re: [sqlite] Safe to use SQLite over a sketchy network?

2019-09-25 Thread Jens Alfke
> On Sep 24, 2019, at 3:48 PM, Keith Medcalf wrote: > > 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"

[sqlite] SSL: cannot connect to host www3.sqlite.org:443 (Connection refused)

2019-09-25 Thread Domingo Alvarez Duarte
Hello Richard ! It's the second day that this is happening ! Cheers ! ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Safe to use SQLite over a sketchy network?

2019-09-25 Thread Gary R. Schmidt
On 25/09/2019 15:36, Rowan Worth wrote: On Wed, 25 Sep 2019 at 12:58, Simon Slavin wrote: When I first learned the SQLite had problems with Network File Systems I read a ton of stuff to learn why there doesn't seem to be a Network File Systems that implements locking properly. Still, I