Hello, you have come here looking for the meaning of the word
transactional memory. In DICTIOUS you will not only get to know all the dictionary meanings for the word
transactional memory, but we will also tell you about its etymology, its characteristics and you will know how to say
transactional memory in singular and plural. Everything you need to know about the word
transactional memory you have here. The definition of the word
transactional memory will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
transactional memory, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
English
Noun
transactional memory (uncountable)
- (computing) A concurrency control mechanism analogous to database transactions for controlling access to shared memory.
2017, Robert C. Martin, Clean Architecture: A Craftsman's Guide to Software Structure and Design, Prentice Hall, →ISBN:Since mutating state exposes those components to all the problems of concurrency, it is common practice to use some kind of transactional memory to protect the mutable variables from concurrent updates […]
Further reading