Major rework, PPSS is now fully asynchronous. There are no while loops polling stuff at an interval.

This commit is contained in:
Louwrentius 2009-09-26 18:25:43 +00:00
parent 24bdb33583
commit e402fa6936
1 changed files with 0 additions and 1 deletions

View File

@ -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