"Igor Tandetnik" <[EMAIL PROTECTED]> writes:
>>> Open a separate connection to the same database, perform the update
>>> on this connection.

My understanding is that this second connection will block and then
time out if the first connection has a read operation in progress, so
I don't think this will actually work.

At this point it looks like having a thread that "goes to sleep" with
a read operation in progress basically makes it impossible for any
process to complete a write to the database.  Let me know if this
isn't true.

  - a


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

Reply via email to