Bit of reference material for you....
http://oreilly.com/catalog/linuxkernel/chapter/ch10.html
 
Al.

  _____  

From: [email protected]
[mailto:[email protected]] On Behalf Of Dianne Hackborn
Sent: 26 March 2009 23:16
To: [email protected]
Subject: [android-developers] Re: Anything on Android that can do smooth
scrolling?


On Thu, Mar 26, 2009 at 3:10 PM, Stoyan Damov <[email protected]>
wrote:


So, we're back then to square 1 - how do we make Android *appear* that
it runs an application exclusively.


This is already something that we are investigating, though it isn't yet
scheduled for a release as I said:

"Currently our approach for scheduling is that apps doing background work on
a thread should lower that thread's priority -- the standard applications on
Android do this.  This has holes however, and allows people to mistakenly do
background work at a higher priority, so we should more strongly enforce the
scheduling of processes that are not running the foreground UI."

We are looking at more strongly enforcing that background applications can
not take too many cycles from the foreground.

Fwiw, Windows does something like this with its process scheduling
categories.  We'll probably do something similar.


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to