>> I've been using sqlite3 under iOS fine in FULLMUTEX mode, but it dies 
>> horribly with NOMUTEX 
> 
> What problem are you trying to solve by getting rid of SQLite's mutexes?
> Even if you remove them you still have to add the same thing back in again
> to ensure you don't use SQLite internals concurrently. 

Not trying to throw them away ... trying to switch from Serialized to 
Multi-thread. My reading of the docs says that that's what SQLITE_OPEN_NOMUTEX 
does. Did I misinterpret something?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to