I have a .net app where one thread runs a queue waiting for other threads to
push data to persist. The underlying sqlite access is provided by a singleton
class exposing only one connection.

When I call commit on a transaction that has just written a bunch of data, this
returns before the transaction is available on the connection for read access.

Rather than sleep, is their a blocking method I can accomplish a commit through
or what other means can I assert all writes are complete?

Thanks,
jlc


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

Reply via email to