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: Question


On Tue, Feb 05, 2002 at 01:11:59PM +0100, Francesco Regazzoni wrote:
> Dear anyone,
> 
> We are two students. We read the user manual but we need some more
> detailed information about eCos, in particular, we would like to know
> how eCos manages dead-lines and how exactly work priority and event
> management, since we couldn't find them in the eCos manuals.

eCos is a soft real time system, not a hard real time system with a
deadline schedular. The default scheduler is a multi level queue with
round robin within a queue. So the scheduler will run a runnable
thread from the highest priority queue. If there are multiple runnable
threads in that queue, it round robins between them on each tick.

        Andrew


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