티스토리 뷰

운영체제/이론

(61) Copy-on-write

geonwoopaeng@gmail.com 2020. 10. 8. 10:39

### Copy-on-write ###

: 필요할 때만 page를 frame에 적재하는 방식

  => memory낭비, 작업처리 속도면에서 기존방식보다 좋다.

: Copy-on-write(COW)를 사용하면 parent and child process가 모두 동일한 page를 memory에서 share할 수 있다.

  => 중복된 page를 frame에 적지 않을 수 있다

: shared page는 write 중 복수 page로 표시된다.

  => process 중 하나가 shared page에 쓰면 shared page의 사본이 생성되어 그 곳에 write한다.

반응형

'운영체제 > 이론' 카테고리의 다른 글

(63) Page / Frame Replacement  (0) 2020.10.08
(62) Page Replacement  (0) 2020.10.08
(60) Demand Paging  (0) 2020.10.08
(59) Page fault  (0) 2020.10.07
(58) Demand paging  (0) 2020.10.07
공지사항
최근에 올라온 글