public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rajeev Bector <rajeev_bector@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: new IPC mechanism ideas
Date: Tue, 10 Jul 2001 18:49:18 -0700 (PDT)	[thread overview]
Message-ID: <20010711014918.76554.qmail@web14404.mail.yahoo.com> (raw)

We are planning to develop a new
IPC mechanism based on shared
memory. The memory is allocated by
a device driver in the kernel
and mapped to various processes
read only. Processes talk to the
driver to write to the memory
but they can directly read the
memory (so its a 1-copy IPC
mechanism). 

We also want to make this IPC
mechanism persistent across
application restarts. So that
if an application crashes, when
it comes back up, it can remap
to its old queues and get its
messages. 

Does anyone have experiences building
such a mechanism ? Any pointers to
reading material would be really
appreciated ? 

Please cc replies to rajeev_bector@yahoo.com

Thanks !

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

             reply	other threads:[~2001-07-11  1:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-11  1:49 Rajeev Bector [this message]
2001-07-11  3:25 ` new IPC mechanism ideas H. Peter Anvin
  -- strict thread matches above, loose matches on Subject: below --
2001-07-12  0:10 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

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=20010711014918.76554.qmail@web14404.mail.yahoo.com \
    --to=rajeev_bector@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    /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