Daemon service for detect deadlocks
0.4
git clone https://github.com/exls/DeadLockDetectService.git
Put this code in your application
import exls.services.*;
...
//DeadLockDetectService.setSleepTime(1000);
(new DeadLockDetectService()).start();
Anton Pavlov anton.pavlov.it@gmail.com