Re: [qdbm-users] Locking
Brought to you by:
mikio
|
From: <Sve...@Fe...> - 2008-06-15 21:19:42
|
Mon, 26 Nov 2007 17:41:40 +0100 (CET), Sven wrote: > Mon, 06 Aug 2007 11:06:13 +0200, ninive wrote: > > > If I have an open QDBM-handle and the application cashes, > > the lock remains and blocks all future requests. > > > > Is there a chance to set a "timeout" for locks? > > I am also interested in such a feature. > > And if not: > How can I remove a (write) lock which remains when > the application crashes? I am still facing the problem that write locks remain. Looking at other example programs, I would expect that programs like dptsv should remove the lock (set in the dplock-call from dpopen) at the end (for example, in dpclose?). Greetings Sven |