Ben Clewett wrote:

I think this method may not be applicable for database abstract locking. For instance locking many rows and assigning a timeout to that lock.

There may well be advanced problems where low-level OS locking is not up to the job. Like Deadly Embrace, where two processes are waiting for each other to release a lock. Which cannot be handled easily with this type of locking.

This should not happen in a single thread. As I understand it is not wise to use sqlite multithreaded.
Bert

Reply via email to