Shared memory
How shared memory are accessed if we have two processors attempting to gain the same region?
Expert
Synchronization has to be done to protect the data corruption by simultaneous writes from two processes running on two distinct processors. Synchronization among two processors is best done with the help of spinlocks.
While a process on one processor had locked the shared memory the other procedure running on the second processor shall be doing a hard spin till the first process released the lock. It is the rule of Spin locks.
Describe the operation of a distributed transaction manager. If you had to implement a transaction manager what would you do to try to make sure it had the widest possible applicability to different vender resource managers such as DBMS?
Normal 0 false false
Explain what do you mean by the secondary mediators?
Describe briefly the term parasitism?
What are the various factors on which heuristic evaluation function depends?
18,76,764
1933369 Asked
3,689
Active Tutors
1439533
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!