انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة
الكلية كلية العلوم للبنات
القسم قسم الحاسبات
المرحلة 4
أستاذ المادة سحر عادل كاظم عبود باوي
5/30/2011 10:15:48 AM
The Critical-Section
Coordinate processes all competing to access shared data, each process has a code segment, called critical section (critical region), in which the shared data is accessed. The critical section is a section of code, or collection of operations, in which only one process may be executing at a given time. The problem in critical section – ensure that when one process is executing in its critical section, no other process is allowed to execute in that critical section. The execution of the critical sections by the processes is mutually exclusive. Critical section should be Short and with Bounded Waiting. The problem with critical section is to design a protocol that the processes use to cooperate
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
|