LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   scheduler (https://www.linuxquestions.org/questions/linux-newbie-8/scheduler-4175509000/)

shri8 06-24-2014 06:24 AM

scheduler
 
I need to write a white paper on recommending the best scheduler for embedded system by discussing the pros and cons of cfs scheduler.can anyone suggest good sources for it and give guidance for how to go about it.

rtmistler 06-24-2014 07:22 AM

Probably should check out the wiki entry for the CFS Scheduler and all the associated references there.

shri8 06-24-2014 10:01 PM

thanks any other sources and guidelines for writing?

DJ Shaji 06-25-2014 01:24 PM

Quote:

Originally Posted by shri8 (Post 5193459)
thanks any other sources and guidelines for writing?

Punctuation.

Quote:

I need to write a white paper
Would you be willing to share credit?

Ask yourself - what is a scheduler? What makes an embedded system different from, say, a server or a desktop environment? What makes it special? Resources are limited, you might say. Processor would be underpowered. Maybe some processes need real time response. There are embedded systems and there are embedded systems. What you need is what you want. What you want is not what you sometimes get. What you want, sometimes you write yourself. Is CFS good or bad? Depends on what you use it for. Are there better scheduling algorithms available. Some might say yes.

Put forward a hypothesis and confirm or negate it with research. I suggest you start by looking at the scheduler code and how it is implemented in, for example, on android. I would imagine some benchmarking would be involved before you can come to a definite conclusion.


All times are GMT -5. The time now is 07:32 PM.