|
|
|
|
|
by MisterTea
425 days ago
|
|
> but this is not very secure Not so much about security but stability. If a program enters an infinite loop then it never yields and the entire system is hung. Hopefully you have an interrupt you can fire off (like ctl-alt-del) that can wake up the kernel and allow you to take action. |
|