On Sat, 2010-07-31 at 22:48 -0700, Paul E. McKenney wrote:
So the reason everyone's having trouble with this definition is that it
actually conflates two separate axes of power management.
There are good and bad applications in the power sense ... burns less vs
burns more.
And there are user mandated vs user optional processes ...
necessary/wanted vs unnecessary/unwanted.
What android actually does is reward well written applications because
they "just work" and they don't have to be power aware at all ...
they're usually event driven and split into the android
provider/consumer model.
Badly written applications that are not suspend block aware get shut
down (by system suspend) when the screen turns off, so they're also
power/suspend unaware.
Applications that want to present the user with a choice in android are
power/suspend aware because the only way they get to present the choice
is via suspend blockers.
The "power problem" always devolves to resolving a set of choices around
a given set of control axes. The problem is that the set of control
axes isn't unique and doesn't have a well agreed upon selection. This
makes it hard to make definitive terminology because you have to pick
the set of axes (implicitly or explicitly) before defining terms ...
James
--