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."
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.
btw: the 'gimmick' turbo button was not actually a gimmick. Some games programmed for early systems depended on the processor maintaining a particular speed (lets call it 'x') in order for it to run at the correct pace.
So when new computers came out that were faster than 'x' they added a turbo button. No turbo button pressed and the computer goes 'x' speed. With it pressed it can then go full speed.
Good job!