[android-developers] Re: Thread Allocation Question

2008-12-11 Thread Dan Bornstein
On Wed, Dec 10, 2008 at 2:03 PM, beachy wrote: > does the JVM scheduler use time slicing when > allocating process to threads of the same priority? On Wed, Dec 10, 2008 at 6:18 PM, Dianne Hackborn wrote: > There is no JVM scheduler, There isn't even a JVM. -dan --~--~-~--~~--

[android-developers] Re: Thread Allocation Question

2008-12-10 Thread Dianne Hackborn
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