OS 동기화 기법 (크리티컬 섹션)

Windows API

. 크리티컬 섹션(Critical Section) 기반의 동기화란 무엇일까 ?? 멀티쓰레드 기반 프로그래밍을 할 때 공유된 자원에 여러개의 쓰레드가 접근하는 문제점이 생긴다. 특히 여러 쓰레드가 동일한 변수의 값을 참조해 변경하는 상황에서는 A 쓰레드가 해당 변수를 레지스터로 불러와 ALU 에서 값을 변경하고 Wirte 하기 이전에 컨텍스트 스위칭이 일어나 B 쓰레드에서 해당 변수의 값을... [Read More]

Test

Each post also has a subtitle

This is a demo post to show you how to write blog posts with markdown. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc. [Read More]
Tags: test