mutual exclusion (n)~ A programming technique that ensures that only o…
페이지 정보
본문
mutual exclusion (n)~ A programming technique that ensures that only one program or routine at a time can access some resource such as a memory location an I/O port or a file often through the use of semaphores which are flags used in programs to coordinate the activities of more than one program or routine.