I worked with ASP.net MVC a lot on the front end, whenever I was debugging I came across methods like: transact
, commit
and rollback
.
When I talked to a former co-worker who programmed Delphi I came across a question that knew the answer in concept, but I lacked the key words to help you. it. I explained the concept of atomicity to him, but I could not find any method in that language that could do the same as the methods mentioned in the first paragraph.