소스를 올립니다.

datamind의 이미지

sched_setscheduler 에 사용하는 값을 이거저것 바꾸어도,
똑같은 결과가 발생을 하네요..
음.. 아무래도 외부적인 먼가가 작용을 하는 것 같은데,,
고수님들의 의견이 부탁드립니다.
그럼,, 감사합니다.

struct sched_param p;

p.sched_priority = 50;

if( sched_setscheduler(0, SCHED_OTHER, &p) )
{
     perror("sched set error !!");
     exit(0);
}
stoneshim의 이미지

manpage에 보니

Quote:
Processes scheduled with SCHED_OTHER must be assigned the static priority 0, processes scheduled under SCHED_FIFO or SCHED_RR can have a static priority in the range 1 to 99.

이렇게 나와있네요.

우리 모두 리얼리스트가 되자. 그러나 가슴에 이룰 수 없는 꿈을 가지자

stoneshim의 이미지

static priority 값(p.sched_priority)을 1~99 로 세팅하기 위해서는 스케쥴링 정책을 SCHED_RR이나 SCHED_FIFO로 설정해야 하며 이때에는 프로세스가 root권한이 있어야 한다네요.

man page를 자세히 읽어보세요.

우리 모두 리얼리스트가 되자. 그러나 가슴에 이룰 수 없는 꿈을 가지자

datamind의 이미지

답변 감사합니다.
님께서 말씀하신 데로 해보았지만,
역시 안되는 것 같습니다.
전체 코드를 올려드리겠습니다.

/* sched_test.c */
#include <sched.h>
#include <errno.h>

main()
{
    struct sched_param p;

    p.sched_priority = 10;
    if( sched_setscheduler(0, SCHED_RR, &p ) )
    {
        perror("sched_setscheduler");
        return;
    }
    printf("Succeed !!\n");
}
stoneshim의 이미지

동일한 소스로 테스트 해본 결과 저는 잘 됩니다.

테스트 하신 환경이 프로세스가 root 권한을 가지고 실행되나요?

우리 모두 리얼리스트가 되자. 그러나 가슴에 이룰 수 없는 꿈을 가지자

datamind의 이미지

답변 감사합니다.

아무래도 커널 버젼이나,
컴파일 옵션과 연관이 있는 듯합니다.
테스트 해보고 결과를 알려드리겠습니다.
쩝 -_-;;;

datamind의 이미지

이것저것 컴파일을 해보면서, 테스트를 해보았는데,,
RedHat Pkg 에서는 되고, 소스를 받아서 직접 컴파일을 하면,
동일한 커널의 버젼이라도 안되는 것 같네요....
RedHat 홈피를 여기저기 기웃기웃 해보니,
아마도 RedHat 에서는 S/W 를 수정해서,
패키쥐를 만들어 출시를 한것 같습니다.

나중에 RedHat 안쓰실 분은 RedHat 홈피에 들어가서,
patch 를 받아서 설치하고 하시면 될 것 같기도 하고(쩝,, 난 잘안됨),
어쨌건, 참고하시기 바랍니다.

stoneshim의 이미지

그랬군요.
당연히 되어야 할것이 문제가 있었군요.

고생하셨습니다.

우리 모두 리얼리스트가 되자. 그러나 가슴에 이룰 수 없는 꿈을 가지자

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.