public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Distributed Linux
@ 2002-11-13  5:13 Aneesh Kumar K.V
  2002-11-13 17:47 ` [SSI] " Bruce Walker
  0 siblings, 1 reply; 5+ messages in thread
From: Aneesh Kumar K.V @ 2002-11-13  5:13 UTC (permalink / raw)
  To: prasad_s; +Cc: linux-kernel, ssic-linux-devel

> As a graduation project i intended to make linux distributed 

This is what exactly  openSSI project does. http://ssic-linux.sf.net 

>The processes would be dynamically migrated from one node to the other
>based on the selections of local process (candidate) and the remote
>node. 

In the case of SSI the process to be migrated is selected  by using
mosix algorithm. If mosix load balancer is   not enabled automatic load
balancing doesn't work. But you can use the migrate() call with "best
node" argument  so that the average load  on the machine is used to
determine which node the process should migrate. 

>The entire task along with its memory map will be migrated on to the
>other system

SSI even support  mmap across cluster. That means you can  even ask a
process  that has done a mmap of file  to migrate to another node. 

>The guest system (where the process originated) would
>however have a pseudo process running on it, which would not take much
>resources but would help in handling various signals/

SSI support cluster wide signaling. That means you can send signal to a
process running on other node( you have cluster wide PID )

It also support cluster wide message queue, DLM , cluster wide device
access and  cluster wide IP. The developers are working on cluster wide
support for  semaphore shared memory  

NOTE:  it support three architectures. x86/IA64/Alpha

-aneesh 




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

end of thread, other threads:[~2002-11-13 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-13  5:13 Distributed Linux Aneesh Kumar K.V
2002-11-13 17:47 ` [SSI] " Bruce Walker
2002-11-13 19:06   ` Prasad
2002-11-13 19:14     ` Prasad
2002-11-13 22:58     ` Brian J. Watson

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