커널에서 SCHED_RR 과 SCHED_FIFO는 안쓰이는건가요?

maja의 이미지

검색해본결과 리눅스 커널에서 저 두개의 스캐줄링 정책은
실제로는 안쓰이는 듯합니다.(?)

init 이 policy 필드세팅이 SCHED_OTHER로 되어진걸로봐서....
init의 자손들도 모두 other를 갖게되는건지요?

그리고..SCHED_RR과 SCHED_FIFO는 쓰이지 않는게 맞는지요?

좋은 밤 되시기를 바라며...

eungkyu의 이미지

maja wrote:
검색해본결과 리눅스 커널에서 저 두개의 스캐줄링 정책은
실제로는 안쓰이는 듯합니다.(?)

init 이 policy 필드세팅이 SCHED_OTHER로 되어진걸로봐서....
init의 자손들도 모두 other를 갖게되는건지요?

그리고..SCHED_RR과 SCHED_FIFO는 쓰이지 않는게 맞는지요?

좋은 밤 되시기를 바라며...

리눅스 커널에선 쓰이지 않을 수도 있지만 리눅스가 커널만 돌리는 것이 아니기 때문에 쓰이지 않는다곤 할 수 없죠 ^^ 당장 제가 스케줄 폴리시를 바꾸는 toy 프로그램을 짜서 돌리면 쓰는 겁니다.

잘 아시겠지만, SCHED_OTHER가 일반적으로 사용하는 스케줄 policy이고 RR과 FIFO는 real-time 스케줄을 하기 위해 사용하는 것입니다.

리눅스는 real-time OS가 아닐 뿐더러 hard real-time 어플을 지원하도록 디자인되지도 않았기 때문에 real-time 스케줄을 사용하는 것은 거의 없습니다. RR과 FIFO 작업은 일반적으로 OTHER보다 우선순위가 높습니다. 그렇기 때문에 괜히 CPU 많이 사용하는 작업에 real-time policy를 걸어놨다간 거의 아무 작업도 못하게 되는 경우도 생기죠.

다만 다른 작업에 방해받고싶지 않아하는 특정한 프로그램들이 스케줄 폴리시를 RR이나 FIFO로 바꾸려고 하는 경우가 있습니다. 제가 본 바로는 cdrecord가 스케줄 폴리시를 바꾸더군요. cdrecord가 작업을 방해받다가 잘못되면 CD가 뻑나버리는 안타까운 사연을 접해버리기 때문인 듯 합니다.

참고로 sched_setscheduler 시스템 콜을 사용하면 스케줄 폴리시를 바꿀 수 있습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.