From: "H. Peter Anvin" <hpa@transmeta.com>
To: Rajeev Bector <rajeev_bector@yahoo.com>
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com
Subject: Re: new IPC mechanism ideas
Date: Wed, 11 Jul 2001 18:07:58 -0700 [thread overview]
Message-ID: <3B4CF86E.AC11C1B@transmeta.com> (raw)
In-Reply-To: <20010712010204.23084.qmail@web14402.mail.yahoo.com>
Rajeev Bector wrote:
>
> The point is that you can do IPC using
> this scheme which is
> 1) protected (as compared to a shared
> memory (shm) scheme in which any process
> can write anywhere and corrupt
> everything)
>
> 2) involves only 1 copy.
>
You can still do it in user space, by having individual r/w shm mappings
to the controlling process, and ro mappings to the other processes; it's
still only one copy.
Introducing new forms of IPC adds to the complexity of the programming
model which is already too complex. It therefore requires substandial
justification (unless you're doing it as a homework project in which case
you shouldn't be posting here), including presenting real-world
applications which cannot be properly served by current forms of IPC.
-hpa
next prev parent reply other threads:[~2001-07-12 1:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-12 0:10 new IPC mechanism ideas Rajeev Bector
2001-07-12 0:49 ` H. Peter Anvin
2001-07-12 0:55 ` Rajeev Bector
2001-07-12 0:57 ` H. Peter Anvin
2001-07-12 1:00 ` Alexander Viro
2001-07-12 1:02 ` Rajeev Bector
2001-07-12 1:07 ` H. Peter Anvin [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-07-11 1:49 Rajeev Bector
2001-07-11 3:25 ` H. Peter Anvin
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=3B4CF86E.AC11C1B@transmeta.com \
--to=hpa@transmeta.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rajeev_bector@yahoo.com \
/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