Skip to content

ccocz/transaction-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent Transaction Manager

A transaction is a sequence of operations that constitute a whole and as such must be performed indivisibly and in isolation. Integrity means that either all operations in the sequence constituting the transaction will be performed, or none of them will be performed. Isolation, on the other hand, means that the results of individual operations from the sequence of a given transaction are not visible for operations from other transactions until the entire sequence of a given transaction is completed. Ensuring indivisibility and isolation is the goal of the transaction manager.

About

Transaction manager implementation in a system where a certain (unknown) threads operate on a fixed collection of resources.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages