Hey Simon, thanks for this.

I would really like to only block specifically one operation, rather 
than not allowing any database access in the exclusive block - is this 
possible?

Thanks,
Ian

> I'm not certain I understand your question but SQLite performs a kind of 
> mutexing by default.  If you want to use SQLite as a semaphore system between 
> applications you can do it by having applications perform (or try to perform) 
> BEGIN EXCLUSIVE and see what result code they get.
>
>

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

Reply via email to