Temporal Isolation
   HOME

TheInfoList



OR:

In
computer science Computer science is the study of computation, information, and automation. Computer science spans Theoretical computer science, theoretical disciplines (such as algorithms, theory of computation, and information theory) to Applied science, ...
, temporal isolation is the capability of a set of processes running on the same system to run without interferences concerning their temporal constraints among each other. Specifically, there is temporal isolation among processes whenever the ability for each process to respect its own timing constraints (e.g. terminating a computation within a specified time) does not depend on the temporal behavior of other unrelated processes running on the same system, thus sharing with it a set of resources such as the CPU, disk, network, etc.
Operating systems An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ...
able to provide such guarantees to running processes are suitable for hosting
real-time Real-time, realtime, or real time may refer to: Computing * Real-time computing, hardware and software systems subject to a specified time constraint * Real-time clock, a computer clock that keeps track of the current time * Real-time Control Syst ...
applications.


See also

*


References

* {{DEFAULTSORT:Temporal Isolation Computing terminology Computer science articles needing expert attention Real-time computing