1 Reply Latest reply on Jan 29, 2007 7:49 AM by penguine

    Kill hanging transaction

    penguine

      I want to kill a running thread or rollback a runnig transaction.
      For example, you have a invocation that doesn´t come back.
      Which is the best way to implement this feature?
      Thank you for your ideas.

      How does the DeadlockDetector work?

        • 1. Re: Kill hanging transaction
          penguine

          The deadlockdetector is waiting in a while loop and do a rollback. this mechanism is not possible when a thread is hanging. If I do a interrupt so it can be that the thread will be inconsistent.