]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/SystemCall.java
Ignore files
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / tasks / SystemCall.java
index d4093ad58ee05b021f3a06b28dee5fd4fb5f45d9..04da5242f41556d93ff439f371cec4578e6847b1 100644 (file)
@@ -624,8 +624,8 @@ public class SystemCall implements Runnable {
        }
 
        private synchronized ExecuteWatchdog createWatchdog() {
-               if (currentWatchdog != null)
-                       throw new SlcException("A process is already being monitored");
+//             if (currentWatchdog != null)
+//                     throw new SlcException("A process is already being monitored");
                currentWatchdog = new ExecuteWatchdog(watchdogTimeout);
                return currentWatchdog;
        }