View Single Post
Posts: 1,746 | Thanked: 2,100 times | Joined on Sep 2009
#12
Originally Posted by egoshin View Post
1. RAM
2. Introducing two-working states: normal and power-saving. In power-saving all application which are connected to X11 server should be pressed down and are not allowed to get CPU resource, even for timer/network-event.
Largely that second state already exists, minus the timer/network-event constraint. It could be accomplished by halting the processes, which is effectively what Android and iOS do. I suppose if you made it an option...