I don't buy this argument either
I don't buy this argument either
Posted Feb 19, 2009 10:50 UTC (Thu) by mjg59 (subscriber, #23239)In reply to: I don't buy this argument either by khim
Parent article: From wakelocks to a real solution
Posted Feb 19, 2009 12:10 UTC (Thu)
by khim (subscriber, #9252)
[Link] (3 responses)
Somehow I doubt you can save as much power by using any other approach. XO tried to do this, G1 is doing this - I'm pretty sure it'll be standard approach in some niches for years to come. And why should a single poorly-written application be able to suck your battery dry if system is designed to mostly live in suspended mode? Kernel already is doing things like that. Only there kernel guarantees small amount of time for "normal" process here it gurantees only small amount of work time for any process. Different systems, different requirements...
Posted Feb 19, 2009 12:20 UTC (Thu)
by mjg59 (subscriber, #23239)
[Link] (2 responses)
Posted Feb 24, 2009 18:30 UTC (Tue)
by tbird20d (subscriber, #1901)
[Link] (1 responses)
Posted Feb 24, 2009 18:49 UTC (Tue)
by mjg59 (subscriber, #23239)
[Link]
1) The hardware to support it. That's increasingly the case - multiple vendors provide this kind of functionality.
(1) is entirely out of our control. For hardware that supports low-latency full-system suspend/resume and doesn't support ultra low-power runtime idle modes, we don't have any option - the only solution is some sort of automatic system suspend.
However, I'm going to argue that that's not especially interesting. Hardware that falls into this category is a decreasing proportion of the market. ARM is mostly heading towards supporting sufficiently deep runtime idle. x86 doesn't have sufficiently low-latency suspend/resume for automatic suspend to be practical. Optimising for this scenario is optimising for a dying market segment.
(2) and (3) are interesting because they benefit the entire Linux market, not merely a segment of the embedded market. Enhancing our driver framework allows us to save power in everything from the phone to the server. Ensuring that our software stack doesn't engage in pathological behaviour provides the same benefits.
Concentrating on wakelocks simply ignores the reality that they provide no benefit in most usecases. In the Android case, they're a bandaid to hide inadequacies in other software layers.
Why?
Stopping every single userspace process from running is an awfully blunt tool to prevent poorly written apps from spending battery power
Why?
Why?
Why?
2) The OS to support high quality driver power management. That requires paying attention to application requirements and aggressively reducing the power consumption of hardware when those requirements are relaxed.
3) The userspace applications not to use resources unnecessarily, or some way to actively prevent them from being given them.