Thread (18 messages) 18 messages, 8 authors, 2016-02-19

Distributed Process Scheduling Algorithm

From: Miles Fidelman <hidden>
Date: 2016-02-17 06:37:06


On 2/17/16 1:10 AM, Valdis.Kletnieks at vt.edu wrote:
On Wed, 17 Feb 2016 10:21:35 +0530, Nitin Varyani said:
quoted
Actually it is a master's thesis research project as of now. I am ready to
boil down to the most basic implementation of distributed linux kernel.
Assume there is no network connection and no open files. We can drop even
more assumptions if it becomes complicated. Once this basic implementation
is successful, we can go ahead with a more complicated version. The next
task is to integrate the migration code in the linux kernel. What is the
most easy way of implementing it.
If you get it to where you can migrate a process on command controlled by
a userspace process, the scheduler part will be trivial.
If you want some ideas about distributed process scheduling, you might 
want to explore how Erlang's run-time works - it's all about massive 
concurrency and scheduling processes (well, really light-weight 
processes) across multiple cores.  If you google "distributed process 
scheduling erlang" you'll also find some work about process scheduling 
across clusters, particularly for gaming environments.

How much might be applicable in a linux kernel environment is unclear - 
but, then, it's your research project.

Miles Fidelman


In theory, there is no difference between theory and practice.
In practice, there is.  .... Yogi Berra
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help