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] |
On Fri, Jun 24, 2005 at 04:37:42PM +0530, R Vamshi Krishna wrote:
Is eCos a Hard Real Time OS ?
No, its a soft real time system. It never give guarantees that task X will finish by time Z, which is the normal definition of hard real time. eCos will do its best to ensure that the high priority task gets to run before the low priority task, which for most embedded systems is enough.
Andrew
Then what parts do I re-write to make it hard-real time ? Because I want to use eCos but also I need a hard reak-time OS.
-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |