From: "Aneesh Kumar K.V" <aneesh.kumar@digital.com>
To: prasad_s@gdit.iiit.net
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
ssic-linux-devel <ssic-linux-devel@lists.sourceforge.net>
Subject: Re: Distributed Linux
Date: 13 Nov 2002 10:43:24 +0530 [thread overview]
Message-ID: <1037164404.16105.12.camel@satan.xko.dec.com> (raw)
> 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
next reply other threads:[~2002-11-13 5:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-13 5:13 Aneesh Kumar K.V [this message]
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
-- strict thread matches above, loose matches on Subject: below --
2002-11-10 11:04 Prasad
2002-11-10 11:31 ` Hacksaw
2002-11-10 12:50 ` Lars Marowsky-Bree
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1037164404.16105.12.camel@satan.xko.dec.com \
--to=aneesh.kumar@digital.com \
--cc=linux-kernel@vger.kernel.org \
--cc=prasad_s@gdit.iiit.net \
--cc=ssic-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®