Glossário


Contribua com o glossário

race condition

Ciência da Computação
Verbete 1 de 1

substantivo

Contexto: "This enables an environment to work in a multi-threaded scenario, where two threads can call for the same combination of and at the same time; the race condition is solved by letting one of the calls register its argument , ignoring the argument of the other call, and letting both calls return the same ."
Fonte: IEnvironment (Java UNO Runtime Reference)

Termo equivalente: condição de corrida

Definição: "A race condition is an undesirable situation that occurs when a device or system attempts to perform two or more operations at the same time, but because of the nature of the device or system, the operations must be done in the proper sequence to be done correctly."
Fonte: What is race condition? - Definition from WhatIs.com

Definição em português: "Uma condição de corrida é uma situação indesejável que ocorre quando um dispositivo ou sistema tenta realizar duas ou mais operações ao mesmo tempo, mas devido à natureza do dispositivo ou sistema, as operações devem ser feitas na sequência adequada para serem executadas corretamente. ."