Posts Tagged ‘Two phase Commit’

Transactions

Posted: August 4, 2008 in Transactions
Tags: ,

Transaction By transaction we mean a group of tasks which are executed together.If anything goes wrong in any one of them then outcome of theĀ entire set is rolled back.After rollback the system returns to it’s original state i.e. the state before execution of transaction started.Changes are only committed if all the tasks are completed without [...]