[ECOS] Suitability of eCos

Jesper Skov jskov@redhat.com
Tue Jan 16 02:44:00 GMT 2001


>>>>> "Pamulapati," == Pamulapati, Indrasena (CTS) <pindrase@chn.cognizant.com> writes:

Pamulapati,> the overhead involved in processing the tick.  But my
Pamulapati,> application requires tick duration as low as a
Pamulapati,> 100microseconds. I need to address such low time
Pamulapati,> resolutions.

As Ramana pointed out, the tick duration controls little more than
the kernel scheduler in eCos. Surely you don't need thread scheduling
at that rate!?!

Drivers doing IO should be driven separately, relying on device
interrupts, not scheduler interrupts, for state transitions.

But without further information about your application my comments
above are just guesses and may not actually apply...

Jesper


More information about the Ecos-discuss mailing list