Thanks to everyone answering in this thread!

On Wed, Mar 01, 2006 at 05:44:45PM -0800, Nathaniel Smith wrote:
[...]
> I don't know enough about your app to know if this would work, but
> if you only have the one app instance managing locks, and locks expire
> whenever that app dies... perhaps you can just have that app, on
> startup, unconditionally erase all locks in the db?

I'll do that probably anyway. (I'm considering killing the
file and recreating the schema on "boot".)
My app is a server and forks off some childs for the
clients. So if the child crashes, those lock records should
go away.


    Elrond

Reply via email to