Cyclic Scheduler for linux

From: First Name (linuxquestasu_at_yahoo.com)
Date: 10/30/03

  • Next message: Thomas Schlichter: "Re: Processes receive SIGSEGV if TCQ is enabled"
    Date:	Thu, 30 Oct 2003 14:04:48 -0800 (PST)
    To: linux-kernel@vger.kernel.org
    
    

    Hi,

    Just like Linux has round robin, FIFO and other
    scheduling policies inside the kernel, I would like to
    provide a cyclic/clock driven scheduling policy to
    linux. Meaning all set of tasks should be able to use
    this policy. This should include any Java threads
    also. JVM by itslef provides a priority driven policy
    to its threads. JVM sits on the kernel. Modification
    to JVM is also required to schedule threads
    cyclically. But first I am trying to get this working
    with the kernel and then later with JVM.

    If you need any more information, I will be glad to
    provide them.

    I would like to direct you to a website of a course
    offered at Cornell university where this assignment is
    posted. I want to achieve something similar to this.

    Here is the link to that website.
    http://www.cs.cornell.edu/Courses/cs415/2000fa/scheduler.html

    Please Help me.

    Thanks,
    Linux Quest

    __________________________________
    Do you Yahoo!?
    Exclusive Video Premiere - Britney Spears
    http://launch.yahoo.com/promos/britneyspears/
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Thomas Schlichter: "Re: Processes receive SIGSEGV if TCQ is enabled"

    Relevant Pages

    • Re: [OT] Interview with Con Kolivas on Linux failures
      ... linux these days too, but is certainly possible. ... compromised they way would be in the monolithic kernel model. ... One doesn't want to move apps into kernel space. ... scheduling algorithms which try to give time to apps based on ...
      (Debian-User)
    • Re: Gurus, a silly question for preemptive behavior
      ... however, linux kernel is NOT ... my application causes CPU pegging. ... which may or may not trigger a scheduling event. ...
      (Linux-Kernel)
    • Re: Cyclic Scheduler for linux
      ... >scheduling policies inside the kernel, ... >provide a cyclic/clock driven scheduling policy to ... JVM sits on the kernel. ...
      (Linux-Kernel)
    • Re: AIX user-threads mapping
      ... In AIX thread is the basic unit of scheduling. ... > This is claimed by Windows NT also. ... the Linux threads have a 'pthread_*' API but their behavior is NOT POSIX ... exactly because Linux uses a process as the kernel execution object ...
      (comp.unix.aix)
    • Re: ERROR: scheduling while atomic in kernel module
      ... I am getting an error "Scheduling while atomic" very infrequently on ... Linux 2.6.14 kernel on MIPS architecture with this piece of my kernel ...
      (comp.os.linux.development.system)