Concurrency and order
-
Nội dung chính của bài giảng trình bày kiến thức về các tương tác và các bên tương tác; các combined fragment; các loại biểu đồ tương tác khác. Để hiểu rõ hơn, mời các bạn tham khảo chi tiết nội dung bài giảng này.
36p justiceleague 02-06-2021 23 7 Download
-
Event Ordering Mutual Exclusion Atomicity Concurrency Control Deadlock Handling Election Algorithms Reaching Agreement To describe various methods for achieving mutual exclusion in a distributed system To explain how atomic transactions can be implemented in a distributed system To show how some of the concurrency-control schemes discussed in Chapter 6 can be modified for use in a distributed environment To present schemes for handling deadlock prevention, deadlock avoidance, and deadlock detection in a distributed system...
54p perpan 02-09-2012 64 11 Download
-
Process Synchronization Background The Critical-Section Problem Peterson’s Solution Synchronization Hardware Semaphores Classic Problems of Synchronization Monitors Synchronization Examples Atomic Transactions Silberschatz, Galvin and Gagne ©2005 .Background Concurrent access to shared data may result in data inconsistency Maintaining data consistency requires mechanisms to ensure the orderly execution of cooperating processes Suppose that we wanted to provide a solution to the consumer-producer problem that fills all the buffers.
63p perpan 02-09-2012 82 9 Download