E
E
Eugene-1232021-02-02 12:36:58
Programming
Eugene-123, 2021-02-02 12:36:58

What is software transactional memory in simple terms?

What is software transactional memory in simple terms? Do I understand correctly that this is some kind of smart storage that supports undo?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2021-02-02
@Eugene-123

In the case of NET, this is a special primitive that ensures the atomicity of operations.
That is, everything that happened in the block is rolled back on error.
Actually, this is the transfer of the database mechanism to the application.
Description here
https://www.c-sharpcorner.com/article/transaction-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question