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

Re: [rtl] about rtlinux scheduling





Amit Srivastava wrote:

>  hi all
> i have one QUESTION:-
> in linux once a higher priority job is there in the
> queue the kernel would keep running the low priority
> job until and unless any of the condition is met
> 1)before going to system call
> 2)before going to the interrupt
> 3)after coming from the interrupt.
>      so what is the case with the rtlinux
> plz help
> amit


In RTLinux the high priority job will preemt the cpu and become the 
running task. The high priotity can bee preemt by hard interrupts.

Anders Gnistrup