More specifically, the WANT_SUSPEND and SUSPEND configuration parameters are expressions evaluated periodically on the EP. When they evaluate to True, then the the job is suspended (sent a SIGSTOP) and the slot goes into Claimed/Suspended state. Then, the CONTINUE
_expression_ is evaluated. When it evaluates to True, then the job is unsuspended (sent a SIGCONT).
- Jaime
|