Cinder Mobile OS Lets Users Send More Power To Slow Apps
alphadogg writes with this excerpt from Network World: "Stanford University researchers are designing an operating system from the ground up to handle the power and security requirements of mobile devices. The Cinder operating system is already working on an Arm chip, and members of the team are working on making it run on the HTC G1 handset, according to Philip Levis, a Stanford assistant professor. Levis spoke about Cinder at the Stanford Computer Forum on Tuesday. If an application isn't running as fast as the user wants, a Cinder-based phone could include a button to boost the energy allocated to that application, Levis said. Cinder also could allow users to download any code and run it safely on their phones in a 'sandbox' mode."
If you over-amp a sandboxed app too much, you end up with molten glass.
include a button to boost the energy allocated to that application
I thought the chip gets the power, not the application. Am I reading this right?
... So you know what people say about academics being out-of-touch? ...
This article is the perfect example of that. The fact that they think any real person will use or understand a "sandbox mode" is just laughable.
The power boost button is just offloading what the OS should be doing behind the scenes onto the user to rarely get used by most of its users.
Security is insanely easy to solve on a phone...
1) Build a Java VM for 3rd party Apps
2) Limit its API scope
3) Win.
It seems to me that running anything at a higher speed will kill the battery life. There are almost no reasons to do this anyway, since things are already fast enough on an iPhone or Android based systems already.
RENICE(1) BSD General Commands Manual RENICE(1)
NAME ... ...
renice - alter priority of running processes
DESCRIPTION
Renice alters the scheduling priority of one or more running processes. The following who parameters are interpreted as process ID's, process
group ID's, or user names. Renice'ing a process group causes all processes in the process group to have their scheduling priority altered.
Renice'ing a user causes all processes owned by the user to have their scheduling priority altered. By default, the processes to be affected
are specified by their process ID's.
I don't see why these "cinder" features can't be delivered by realtime UI to nice and with a Java sandbox. In other words, Android or any other Linux phoneOS, with a little tweak wiring top to nice, and a Java VM. App running slow, crank out the "nice" level, and it will suck more juice as it runs faster than the other apps left out of the juice rotation. Put the UI in terms of power instead of CPU, and you're groovy.
--
make install -not war