A new approach to opportunistic suspend
Posted Sep 29, 2011 13:58 UTC (Thu) by
khim (subscriber, #9252)
In reply to:
A new approach to opportunistic suspend by kiko
Parent article:
A new approach to opportunistic suspend
After all this time, are the use cases this tries to address not clear?
Of course not! That's the problem.
Maybe we should fix that first.
Not possible. Period.
That's the problem with userspace APIs: they are used to implement all kind of functionality not ever imagined by their developers. This is the same with wakelocks: they were initially created to solve problems of a few concrete examples. But since they were available people started using them for all kinds of other stuff (remember that they are available in official Android API). Thus today if you want to rip them out you'll need to either implement identical functionality (and then we can only talk about clean interface between kernel and userpsace) or you should support all the usecases hundred of thousand of apps out there are presenting.
(
Log in to post comments)