pierr wrote:
> So, for "A single connection shared by multiple threads" case, is the
> statement "there's a
> many-readers-single-writer lock at the database level" still ture?

Well, the lock is still there, but since there are no other connections, 
there's noone to be locked out by it. The connection itself is not 
affected by its own lock.

Igor Tandetnik 



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

Reply via email to