Richard Hipp wrote:

> Try using:
> 
>     sqlite3 db ./foo -vfs unix-dotfile

When my application dies while holding a lock under unix-dotfile, all
subsequent runs always think the database is locked.  I guess this is
because the lock file exists.

Is there an obvious/good way to know whether the lock is really being
held?

Eric

--
Eric A. Smith

Stocks have reached what looks like a permanently high plateau.
    -- Irving Fisher, Professor of Economics, Yale University, 1929.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to