On Nov 26, 2008, at 4:38 PM, Ronnel P. Maglasang wrote:

> Hi All,
>
> Is there a way to identify which process currently
> holding the lock (I am aware of several type locks) of
> the database? And how long the lock has been held. I am
> looking for a functionality similar to Unix semaphores. I
> initially thought that these information are stored in the
> database, or are they?

No. If this is possible, it probably involves some operating
system API to query file locks.

Dan.

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

Reply via email to