vault backup: 2025-03-17 10:24:23

This commit is contained in:
Marco Realacci 2025-03-17 10:24:23 +01:00
parent 29465e9a2c
commit 9772a79c93
3 changed files with 20 additions and 13 deletions

View file

@ -0,0 +1,6 @@
- Group together parts of the code that must look like atomic, in a way that is transparent, scalable and easy-to-use for the programmer
- Differently from monitors, the part of the code to group is not part of the definition of the objects, but is application dependent
- Differently from transactions in databases, the code can be any code, not just queries on the DB
**Transaction:** an atomic unit of computation (look like instantaneous and without overlap with any other transaction), that can access atomic objects.
when executed alone, every transaction success