On Thu, Jul 9, 2015 at 2:47 PM, Simon Slavin <slavins at bigfraud.org> wrote:
> Temporarily turn off shared cache mode, and use a separate connection for > each thread. See if your SQLITE_BUSY reports go away. > ?Thanks. It seems that the problem goes away if I turn shared cache mode off.? Does this means that shard cache and busy_timeout() are incompatible? Wasn't aware of such a thing.