There is no JVM scheduler, Linux does all of the thread scheduling. The scheduler we use in Linux does normally use time slicing between threads.
On Wed, Dec 10, 2008 at 2:03 PM, beachy <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > Just a quick general question someone might be able to answer off the > top of their head, does the JVM scheduler use time slicing when > allocating process to threads of the same priority? > > Cheers, > Greg B. > > > > -- 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 -~----------~----~----~----~------~----~------~--~---

