I suggest handling SUSPENDED and LOST as the same. Interrupt the code that holds the critical section and treat it as if the lock is lost.
-JZ On Jul 5, 2013, at 8:45 AM, Jean-Sébastien Bret <[email protected]> wrote: > Hi all, > > How would you handle SUSPEND and LOST event in a webapp to interupt current > Lock hold by application server thread ? > > > Thanks for your help. > > JS >
