Re: Booting to the Web

2013-11-12 Thread David Rajchenbach-Teller
Hi, As far as I remember, thread scheduling in Firefox OS is handled by the Linux kernel, so if you are looking for documentation, you should probably look in that direction. Cheers, David On 11/12/13 6:14 AM, saurabhlnt...@gmail.com wrote: Hi.. I am presenting on the topic Firefox OS. I

Re: Booting to the Web

2013-11-12 Thread Thomas Zimmermann
Hi, There is nothing special about FFOS thread scheduling that I'm aware of. Threads are implemented by the underlying Linux kernel and are scheduled by the kernel itself. We use an Android kernel, so thread scheduling on FFOS is affected by wake locks. I don't know if we use cgroups* or nice

Re: Booting to the Web

2013-11-12 Thread Gabriele Svelto
Hi John, I am presenting on the topic Firefox OS. I need your help to develope some slides for Thread Schedulingin firefox OS. I am not able to find out any data regrading thread scheduling. Kindly help. as Thomas already mentioned FxOS uses the regular Linux scheduler for handling

Re: Booting to the Web

2013-11-12 Thread Ben Kelly
On 11/12/2013 10:27 AM, Gabriele Svelto wrote: Being one of the persons who wrote this code I should really be doing a write-up of this in our Firefox OS architecture page but I didn't have enough time for it yet :-| I was actually thinking while reading your mail that it was a great write up