Hi,
We have several services in our app framework that we want to use a cluster singleton. Our approach to this was to use Objectdb's pessimestic locking. This seems to work, but if the owner of the current pessimestic lock abruptly quits without releasing the lock it doesn't get released.
Is there anyway the server can detect that a client (lock owner is no longer connected) and therefore release the lock ?
Thank you
Paul Newman