Re: Hard Real Time Systems with Gentoo?
Bob Paddock wrote:
> Does anyone know of any Hard Real Time Systems,
> where deterministic response is required, that work
> with Gentoo-Embedded?
Um, the way you posed your question, is sure to solicit
'religious wars' on a few issues.
Soft real time, means that timing constraints are soft
or guildlines for process performance metrics.
Hard real time, means the timing constraints are hard
or an absolute requirement. Granted, most often these
timing constraints are arbitrarily set, but a system that
violates those arbitrary timing constraints is said
to not be 'real time'. But think about if a missile,
is suppose to change it's rudder in response to an
AD input, in 150ns, does it mean that the missile as
as system is a failure if the rudder response is
151 ns or 150.002 ns? Usually not the case, in fact
rarely. The designer settle for the best (lowest latency)
response in a particular subsystem that they can get.
Determinism is another funny character. Real embedded
systems use a 'state machine' design where every
state or transition is fully characterized and defined.
ON a large complex system, it is virtually impossible to
discover, characterize, define and test all possible states
of a complex system. (just look at the behavior of a single
(Continue reading)