This is the mail archive of the ecos-discuss@sourceware.org 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: Spatial and Temporal partitioning


Hello,

spatial partitioning is not possible in ecos as ecos does not support
memory protection or similar stuff as far as I know. Also temporal
partitioning is not possible as any thread is able to prohibit
scheduling (Cyg_Scheduler::lock()) and, therefore, also is able to
monopolise the cpu.

Ciao, Fabian

2006/2/1, R Vamshi Krishna <vamshi@cse.iitb.ac.in>:
>
> Has anyone tried spatial or temporal partitioning in ecos.
>
> Also what is the status of EDF scheduler. I had seen a thread not a long
> while ago about some trying to develop an EDF Scheduler for ecos.
>
> --
> Regards,
> Vamshi
>
> -------------------------------------------------
> R.Vamshi Krishna,
> M.Tech. CSE (II year),
> IIT Bombay
> Room no. 320, A-wing, Hostel-12
> Mobile : +919869781633
> -------------------------------------------------
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
>

--
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]