]> source.dussan.org Git - sonarqube.git/commit
SONAR-7168 do not recreate HardStopWatcherThread for realiability
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 14 Jan 2016 11:30:49 +0000 (12:30 +0100)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 18 Jan 2016 10:16:44 +0000 (11:16 +0100)
commit91ac20e2d89e3d5d5df1d9627e1471288a315a54
tree47caa7f0968cba6fcc0fc4f9d47cb85fbf5c799b
parente7c4a306ac47843029d183d8e3f5ca7730184cf2
SONAR-7168 do not recreate HardStopWatcherThread for realiability

this can be implemented but at the depend of IOs since a new File will be open every 500ms when the watcher looks at the sharedMemory
server/sonar-process-monitor/src/main/java/org/sonar/process/monitor/JavaProcessLauncher.java
server/sonar-process-monitor/src/main/java/org/sonar/process/monitor/Monitor.java