What is Atomicity?

Answer Posted / saravankumar

A transaction is a unit of work in which a series of
operations occur between the BEGIN TRANSACTION and END
TRANSACTION statements of an application. A transaction
executes exactly once and is atomic ?
all the work is done or none of it is.
Operations associated with a transaction usually share a
common intent and are interdependent.
By performing only a subset of these operations, the system
could compromise the overall intent of the
transaction. Atomicity eliminates the chance of processing a
subset of operations.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How viewstate is being formed and how it's stored on client in .net?

650


What is reflection in microsoft .net context?

650


Why is .net used?

637


How do I spawn a thread?

651


How to implement getcommon method in class a? Are you seeing any problem in the implementation?

713






What is common language specification (cls)?

709


How will you make .NET programs work in Linux ?

1571


Tell us the difference between managed and unmanaged code?

603


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

1648


Is there any thread in our .net programs?

698


Difference between class and interface in .net?

667


What is value type and refernce type in .net?

666


What's typical about a windows process in regards to memory allocation in .net?

655


I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?

632


Describe the Managed Execution Process?

2113