linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* new IPC mechanism ideas
@ 2001-07-11  1:49 Rajeev Bector
  2001-07-11  3:25 ` H. Peter Anvin
  0 siblings, 1 reply; 9+ messages in thread
From: Rajeev Bector @ 2001-07-11  1:49 UTC (permalink / raw)
  To: linux-kernel

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/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: new IPC mechanism ideas
@ 2001-07-12  0:10 Rajeev Bector
  2001-07-12  0:49 ` H. Peter Anvin
  0 siblings, 1 reply; 9+ messages in thread
From: Rajeev Bector @ 2001-07-12  0:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: hpa

Thanks for your comment, Peter.
The problem with using a "driver"
process is that now you need
another mechanism to communicate
with that driver - either
message queues or shared
memory or something.

Thanks,
Rajeev


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

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

end of thread, other threads:[~2001-07-12  1:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-11  1:49 new IPC mechanism ideas Rajeev Bector
2001-07-11  3:25 ` H. Peter Anvin
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

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).