temporal isolation
{{about|the computer science term|the biological concept|Allochronic speciation}}
In computer 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 able to provide such guarantees to running processes are suitable for hosting real-time applications.
See also
- {{annotated link|Temporal isolation among virtual machines}}
References
- {{cite book|author1=M. Teresa Higuera-Toledano|author2=Andy J. Wellings|title=Distributed, Embedded and Real-time Java Systems|url=https://books.google.com/books?id=vQDhzGlMAp0C&pg=PA297|date=7 February 2012|publisher=Springer Science & Business Media|isbn=978-1-4419-8157-8|pages=297}}
{{DEFAULTSORT:Temporal Isolation}}
Category:Computing terminology