From 099aa7c8399e0e0f2fdc706a6203074e52794a13 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 26 Sep 2009 18:25:43 +0000 Subject: [PATCH] Major rework, PPSS is now fully asynchronous. There are no while loops polling stuff at an interval. --- branches/distributed-ppss/ppss.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/branches/distributed-ppss/ppss.sh b/branches/distributed-ppss/ppss.sh index 6bf2733..40ff54c 100755 --- a/branches/distributed-ppss/ppss.sh +++ b/branches/distributed-ppss/ppss.sh @@ -74,7 +74,6 @@ PERCENT="0" PID="$$" LISTENER_PID="" IFS_BACKUP="$IFS" -INTERVAL="30" # Polling interval to check if there are running jobs. CPUINFO=/proc/cpuinfo PROCESSORS="" STOP_KEY=$RANDOM$RANDOM$RANDOM