. processscheduling - > fifo, sjf, stcf, rr에 따라 실행순서 -> 간트차트, average tat, response time 9. exception ... 에 접근할 때 발생 - critical section이 뭔지 Test and Set, spin wait의 문제, 장단점, dead lock 4가지 조건 해결방법 장점 – Context ... , RR 간트차트 그리기, TAT, Response time 계산, MLFQ - Cache miss 종류 – cold start miss, capacity miss, conflict
processes. Given processes to be scheduled on one processor, how many different schedules are possible ... ) What is the average turnaround time for these processes with the SJFscheduling algorithm?평균 반환 시간 : P ... CPU is left idle for the first 1 unit and then SJFscheduling is used. Remember that processes P1 and
-c 소스코드(한글 주석 디테일하게 존재)&보고서 첨부-리눅스(우분투) 환경에서 실습했던 프로젝트 자료 (윈도우에서 비주얼스튜디오로도 실행 가능)-각각의 알고리즘을 직접 ... 3.7 CPU core의 개수 변화에 따른 평가 지표 분석4. 결론4.1 Algorithm 비교 평가 정리4.2 향후 발전방향 및 프로젝트 수행 소감5. 참고문헌 / 사진 출처
OS에서 SRT와 SJF 스케쥴 방식은 실제로 구현될 수 없는 스케쥴 방식이다.하지만, 우리가 스케쥴링을 이해하기 위해선 이러한 개념들을 이해할 필요가 있다.따라서 실제 프로세스를 스케쥴링 해보진 못하지만, 정의된 Input 값을 주어 단순히 SRT와 SJF 스케쥴러가..