Real-Time Computing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:
=Real-time Constraint=
=Real-time Constraint=


A ''real-time constraint'' is a guaranteed response within a specified time constraint between event to system response. Real-time constraints are also referred to as "deadlines".
A ''real-time constraint'' is a guaranteed response within a specified time constraint between event to system response. Real-time constraints are also referred to as "deadlines". Deadlines must always be met, regardless of system load.


=Buffer Delay=
=Buffer Delay=


=Jitter=
=Jitter=

Revision as of 00:40, 19 April 2018

External

Internal

Overview

A real-time system is subject to a "real-time constraint" - a guaranteed response within a specified time constraint between event to system response. Real-time systems control an environment by receiving data, processing it, and returning the results sufficiently quickly to affect the environment at that time.

Real-time Operating System

https://en.wikipedia.org/wiki/Real-time_operating_system

An operating system intended to serve real-time applications that process data as it comes, without buffer delays. The system attempts to insure the guaranteed response time, possibly at the expense of the throughput.

Real-time Constraint

A real-time constraint is a guaranteed response within a specified time constraint between event to system response. Real-time constraints are also referred to as "deadlines". Deadlines must always be met, regardless of system load.

Buffer Delay

Jitter