race condition (Angleško)
Noun
A condition in which two or more threads can reach and execute a block of code, and the program outcome changes radically depending on which thread reaches the code first. A race condition is benign if all outcomes are valid. However, race conditions can be associated with synchronization errors that can result in one process interfering with another process and possibly introduce a vulnerability. Frequently, a potential outcome of a race condition leaves the program in an unstable or invalid state.


Nemško: Racebedingung
Špansko: condición de carrera
Francosko: condition de concurrence
Hrvaško: stanje nadmetanja
Italijansko: race condition
Slovensko: nedoločeno sinhronizacijsko stanje
Srbsko: stanje trke



Vir: Večjezični slovar računalniških izrazov - Microsoft Corporation

Komentiraj slovarski sestavek