answersLogoWhite

0

several problems can occur when concurrent transaction execute in an uncontrolled manner.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Computer Science

What do you understand by the term concurrency?

The term concurrency means the property of being concurrent; concurrent means happening at the same time. It is often used in respect to jail sentences. Some people get to serve two or more jail sentences for different crimes at the same time. Or, someone could hold two different offices at the same time. One could therefore be serving concurrent jail sentences, or holding concurrent offices. We could then question the wisdom of the concurrency of the sentences or the offices.


What is offline processing techniques?

Offline processing techniques is an on-board data analysis software package. The techniques included are file selection, desktop management, and filter windows.


What is the significance of Peterson's solution in resolving concurrency issues in computer programming?

Peterson's solution is significant in resolving concurrency issues in computer programming because it provides a way to ensure mutual exclusion, which means only one process can access a critical section of code at a time. This helps prevent conflicts and race conditions that can occur when multiple processes try to access the same resources simultaneously. Peterson's solution is a simple and efficient algorithm that helps maintain the integrity and consistency of data in concurrent programming environments.


List 4 design issues for which the concept of concurrency is relevant?

The OS must be able to keep track of the various processes. This is done with the use of process control blocks The OS must allocate and deallocate various resources for each active process. At times, multiple processes want access to the same resource The OS must protect the data and physical resources of each process against unintended interference by other processes. This involves techniques that relate to memory, files, and I/O devices. The functioning of a process, and the output it produces, must be independent of the speed at which its execution is carried out relative to the speed of other concurrent processes.


What are the advantages of system?

The advantage of system software is it is made for the os. so it will run smother than some others.

Related Questions

Differentiate Optimistic concurrency control and pessimistic concurrency control?

concurrency control algorithm


What are disadvantages of concurrency control?

I think the following could be the disadvantages of concurrency control: 1: resource consumption


How are locking techniques used for concurrency control?

Concurrency means use of database by many users at the same time.Concurrency control techniques (Different techniques) are used control multiple transactions interfere each other to produce wrong results. therefore one of the main techniques used to control concurrent execution of transaction is based on the concept of locking of data item. A lock is a variable associated with a data item in the database and describes the status of that item with respect to possible operation that can be applied to that item. Generally there is a one lock for each data item in the database.


Techniques of strategic control?

Different techniques


What are the tools and techniques used by RBI for monetary control?

techniques of monetary control of rbi


The Point of Concurrency of the Angle Bisectors of a Triangle?

The point of concurrency is the point intersection.


What is a perpendicular bisector concurrency conjecture?

The Perpendicular bisector concurrency conjecture is the circumcenter


The dbms or some other related software components which enforce certain recovery and concurrency control are called are?

that's auto-recovery!


Pram model allows exploitation of concurrency?

do you thing that pram allows exploitation of concurrency


What is the point of concurrency of an altitude of a triangle?

The point of concurrency of the altitudes in a triangle is the orthocenter, while the point of concurrency for the perpendicular bisectors is the centroid/circumcenter. Sorry if this is late! xD


Is it true that the point of concurrency of any triangle only happens inside the triangle?

Depends on the point of concurrency of what. The point of concurrency of altitudes will be outside in any obtuse triangle.


Where can one learn more about Java concurrency in practice?

One may learn about Java concurrency in the book 'Java concurrency in practice' which can be purchased from various online retailers. Additionally, Java concurrency is often discussed in various formal training classes.