Re: [sqlite] Thread-Safety of Multi-Thread Connection

2018-12-31 Thread Richard Hipp
On 12/31/18, Jesse Rittner wrote: > I have some questions about multi-thread (as opposed to serialized, see > https://www.sqlite.org/threadsafe.html) connections. > > 1. If I have two multi-thread connections that are using a shared cache, is > it safe to use those two connections concurrently

[sqlite] Thread-Safety of Multi-Thread Connection

2018-12-31 Thread Jesse Rittner
I have some questions about multi-thread (as opposed to serialized, see https://www.sqlite.org/threadsafe.html) connections. 1. If I have two multi-thread connections that are using a shared cache, is it safe to use those two connections concurrently with each other? 2. Same as (1), but what if