트랜잭션 transaction
Meanings:
Contents
- 1. Sub
- 1.1. DB *
- 1.2. * processing
- 1.3. distributed * processing
- 1.4. distributed *
- 1.5. blockchain *
- 1.6. * log
- 1.7. transactional memory
- 1.8. software transactional memory (STM)
- 1.9. hardware transactional memory (HTM)
- 1.10. SubtopicsOfTransaction여기추가
- 1.11. SubtopicsOfTransaction여기추가
- 1.12. SubtopicsOfTransaction여기추가
- 1.13. SubtopicsOfTransaction여기추가
- 1.14. SubtopicsOfTransaction여기추가
- 1.15. SubtopicsOfTransaction여기추가
- 1.16. 기타여러개 local에 있는거 너무 잡다해서 (항목의 가치가 있을지?) 몇개 여기로 안 옮김, 나중에 삭제하거나 여기로 옮기거나.(2023-11) RECHK
- 2. wikiadmin
1.2. * processing ¶
transaction_processing - w
...
"transaction processing"
transaction processing
transaction processing
transaction processing
...
"transaction processing"
transaction processing
transaction processing
transaction processing
1.7. transactional memory ¶
transactional memory
Transactional_memory
= https://en.wikipedia.org/wiki/Transactional_memory
= https://en.wikipedia.org/wiki/Transactional_memory
{
(this) attempts to simplify concurrent_programming
by allowing a group of LOAD and STORE instructions to execute in an atomic (Linked to: Linearizability) way.
It is a concurrency_control (Concurrency_control) mechanism
}
(this) attempts to simplify concurrent_programming
by allowing a group of LOAD and STORE instructions to execute in an atomic (Linked to: Linearizability) way.
It is a concurrency_control (Concurrency_control) mechanism
analogous to database_transaction( Up: 데이터베이스,database 트랜잭션,transaction )s for controlling access to shared memory in concurrent_computing.
Transactional memory systems provide high-level abstractionas an alternative to low-level thread synchronization.
This abstraction allows for coordination between concurrent reads and writes of shared data in parallel_systems.}