DictionaryForumContacts

   English
Terms containing concurrency | all forms | exact matches only
SubjectEnglishFrench
commun., ITcommitment,concurrency and recovery relationshiprelation CCR
commun., ITcommitment,concurrency and recovery relationshiprelation d'engagement de concurrence et de reprise
commun., ITcommitment,concurrency and recovery relationshipassociation d'engagement de concurrence et de reprise
IT, dat.proc.concurrency controlcontrôle de simultanéité
IT, dat.proc.concurrency controlcontrôle des accès concurrents
IT, dat.proc.concurrency controlcontrôle de concurrence
gen.concurrency criteriacritères en matière de simultanéité
comp., MSconcurrency modelmodèle de concurrence (A way in which an application can be designed to account for concurrent operations that use the same cached data. Windows Server AppFabric supports optimistic and pessimistic concurrency models)
comp., MSConcurrency Runtimeruntime d'accès concurrentiel (A concurrent programming framework for C++ that simplifies parallel programming and helps developers write robust, scalable, and responsive parallel applications)
comp., MSoptimistic concurrencyaccès concurrentiel optimiste (A method of managing concurrency by using a cached object's version information. Because every update to an object changes its version number, using version information prevents the update from overwriting someone else's changes)
comp., MSpessimistic concurrencyaccès concurrentiel pessimiste (A method of managing concurrency by using a lock technique to prevent other clients from updating the same object at the same time)