[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] scheduling type



Alexander Lichius wrote:
> 
> Hi
> 
>   by what type of scheduling one can get the most performance (meaning
>   the highest periods)? by IRQ drive tasks or by periodical
>   scheduling?

Hi Alexander,

The best performace is:

1/ Hard IRQ (no scheduler, which is okay for a single "task")
2/ Periodic scheduling
3/ One-shot

Regards, Stuart