Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <200106201737.f5KHb6123380@pilot19.cl.msu.edu>
Subject: Re: cygipc does not seem to work!!!
To: cwilson@ece.gatech.edu (Charles S. Wilson)
Date: Wed, 20 Jun 2001 13:37:06 -0400 (EDT)
From: "Brian Michael Genisio" <genisiob@pilot.msu.edu>
Cc: cygwin@sources.redhat.com
In-Reply-To: <3B30CDF1.2020800@ece.gatech.edu> from "Charles S. Wilson" at Jun 20, 2001 12:23:13 pm
X-Mailer: ELM [version 2.4 PL25]
Content-Type: text/plain

>
> Here's a thought: Brian, you're not using the '--tight-security' option
> with the background ipc-daemon process, are you?
>
> --Chuck

Nope... I am just running ipc-daemon without any options... in Win98.  I might
look through the code a bit, and see what I can do, but then, I may not since
I have a hacked solution...  I implemented a similar interface by removing shm
calls, and using mmapped files instead.  Only problem is that the reader could
not do a msync on the file, I have to unmap and map each time I want to
read....

It is not the most clean way to handle shared memory between apps, and they run
much slower then I really want,  but I wasnt sure what else to do.

Thanks,
Brian

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

