This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cygipc does not seem to work!!!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]