|
|
|
|
|
by fulafel
2766 days ago
|
|
You can stop and continue tasks easily (eg just SIGSTOP them), but if you want them to stop using memory and kernel resources while suspended, then it's equivalent to process checkpointing. Which has proven a hard problem on Linux so far. |
|