Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Reply-To: <elliot@lexra.com>
From: "Elliot Mednick" <elliot@lexra.com>
To: "Cygwin@Sourceware. Cygnus. Com" <cygwin@sourceware.cygnus.com>
Subject: mmap() for shared memory?
Date: Wed, 7 Jun 2000 15:32:49 -0400
Message-ID: <000601bfd0b7$2a3a0020$0e08a8c0@lexra.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Importance: Normal

I'm trying to implement a good-performance IPC using mmap.  When I write to
mmap'ed memory in one process, the second process never sees the change.
I've seen other posts asking the same question, but no responses.

If anyone has actually gotten mmap to work with MAP_SHARED, can you post or
email me an example or code fragment?

I'm using a very recent version of Cygwin (1.1.1?).

Meanwhile, I guess I'm stuck using named pipes.  Perhaps someone can suggest
the optimal IPC mechanism under Cygwin (note: I'm not forking processes; I
need to have two seperate programs, each with its own "main").

Thanks!

--
Elliot Mednick                              51 Sawyer Rd, Suite 110
Processor Architect                         Waltham, MA. 02453
Lexra, Inc.                                 (781) 899-5799 x805
elliot@lexra.com                            (781) 899-5769 fax


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

