mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Cyclic Scheduler for linux
@ 2003-10-30 22:04 First Name
  2003-10-30 23:13 ` Nick Piggin
  0 siblings, 1 reply; 2+ messages in thread
From: First Name @ 2003-10-30 22:04 UTC (permalink / raw)
  To: linux-kernel

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Cyclic Scheduler for linux
  2003-10-30 22:04 Cyclic Scheduler for linux First Name
@ 2003-10-30 23:13 ` Nick Piggin
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Piggin @ 2003-10-30 23:13 UTC (permalink / raw)
  To: First Name; +Cc: linux-kernel

First Name wrote:

>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.
>
>

Hi,
Please stop sending this email, it sometimes takes people a day or
two to reply. That said, you would be better off asking your lecturer
or a tutor for help. However, I suggest you study and understand
kernel/sched.c to start with.

Nick



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-30 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-30 22:04 Cyclic Scheduler for linux First Name
2003-10-30 23:13 ` Nick Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®