This question may sound a bit daft, but I'll ask anyway: If I use SQLite
in the default SQLITE_CONFIG_SERIALIZED threading mode and share a
connection among threads, does that connection support multiple
simultaneous reads, or will each read access be serialized?

I'm assuming that for maximum concurrency in a multithreaded app, I
would need to set the threading mode to SQLITE_CONFIG_MULTITHREAD and
have a connection per thread, but I wanted to confirm this before I made
any big code changes.

Thanks in advance.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to