View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#18
Originally Posted by Joorin View Post
How is this done? To "freeze" an application, you need to not schedule it for time in the processor and that sounds like a very dodgy hack in the kernel.
On Unix you can send a SIGSTOP to a process to freeze it, and a SIGCONT to thaw.
For example
Code:
killall -STOP hildon-thumbnailerd
would freeze the hildon-thumbnailer, and
Code:
killall -CONT hildon-thumbnailerd
would thaw it.
The kill commands don't kill processes but send signals, with the default being the ABORT signal.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 3 Users Say Thank You to pycage For This Useful Post: