I looked in the documentation, and scanned the source code, but haven't yet
been able to answer this question for myself:

If two threads are simultaneously trying to execute READ transactions on a
shared sqlite*, will they both progress simultaneously?  Or will it be one
after the other?  In other words, is there a simple mutex in the sqlite* or
a read/write lock?

Sincerely,
Jeffrey Rennie
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to