Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Rainer Weikusat Newsgroups: comp.os.linux.development.apps Subject: Re: mmap for IPC Date: Wed, 01 May 2013 20:08:54 +0100 Lines: 7 Message-ID: <87bo8u8qm1.fsf@sapphire.mobileactivedefense.com> References: <5b2c726f-7805-401e-8c42-9407adf6ce9f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: individual.net 37bQKn2Zlhhe8UW7YFPr+wWc6arOGphK/2vJUMUUkWrUCXA5Q= Cancel-Lock: sha1:9FDFGT4HxyFbNvQFdpJnze/+5g0= sha1:UfDUk9WKrLqFgn/Nv4vcAv8eawE= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Xref: csiph.com comp.os.linux.development.apps:587 Jay Braun writes: > Just want to make sure: If I use mmap for inter-process > communication, the processes that share the memory need not be > forked from some parent process. They can be invoked independently, > correct? If you're mmapping a 'publically accessible object', yes.