SQLite Forum

Multi-threaded non-serialization
Login
My point was that NOMUTEX does not disable all mutices, even though it is called NO MUTEX.

And that setting NOMUTEX is safe only if you never access any given connection from more than one thread at any given time, which condition my be fulfilled by having a dedicated connection for each thread.