Open guicho271828 opened 8 years ago
perhaps I should get a handle from each thread.
SQLite is itself non thread-safe w.r.t. single database handle (i.e., each thread should open its own handle to the database). So it does not make much sense to make the cache thread-safe. Each thread should open its own database handle.
I agree. It worked with multiple database handles. I think giving a brief reference in the doc may be helpful.
Around here: https://github.com/dmitryvk/cl-sqlite/blob/master/cache.lisp#L24 How I can disable it?