9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ish Rattan <ishwar@pali.cps.cmich.edu>
To: <9fans@cse.psu.edu>
Subject: [9fans] Parallel computing and Plan9
Date: Fri, 20 Jul 2001 15:17:10 -0400	[thread overview]
Message-ID: <Pine.LNX.4.30.0107201516300.1586-100000@pali.cps.cmich.edu> (raw)

Hello:

I have been thinking about parallel programming under Plan9.

Traditional way to write parallel program is to partition the task
into a number of subtasks and control their execution-scheduling and
communication among a number of autonomous systems.

In Plan9 case, the above scenario does not hold. The computations are
done on a cpu-server. If there is only one cpu-server then the parallel
programming is no different form non-parallel case (except for
concurrency control). Say there are two cpu-servers in a system:
1) can one distribute the computation on these cpu-servers?
2) what about the interaction between the distributed computation parts?

I did not find any technique for a program to discover the cpu-servers
in the system too.

Multithreading/light-weight processes in the same computation do help
but is not strictly speaking 'shared memory' or 'message passing'
communication based parallel programming. So how does Plan9 fit in
the parallel programming paradigm that uses cpu cycles from different
cpus to reduce the computation time?

I would like your comments, as I plan to pursue/explore this issue Fall
semester.

-ishwar




             reply	other threads:[~2001-07-20 19:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-20 19:17 Ish Rattan [this message]
2001-07-24 16:10 dpx

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=Pine.LNX.4.30.0107201516300.1586-100000@pali.cps.cmich.edu \
    --to=ishwar@pali.cps.cmich.edu \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).