This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: round-robin


Jing Luo wrote:

>Hi,
>
>Is anyone can tell me eCos support Round-Robin scheduling?
>
>Best Regards,
>
>
>
yes. it supports Multi-level queue scheduler. means that you can have 
threads of different
priorities and multiple threads at each priority. preemption between 
different priority threds is automatic. and there is time slicing 
between the threads of same priority.

hope this helps.

/Ravi





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]