This is the mail archive of the cygwin-developers@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]
Other format: [Raw text]

Re: The cygheap saga


On Apr  3 12:18, Christopher Faylor wrote:
> I wonder if cygheap should just be using techniques similar to fork and
> avoiding the use of shared memory.

When looking into the AT_EXTENDABLE_FILE stuff for mmap, I came across
the SEC_BASED flag to ZwCreateSection.  I'm wondering if that might help,
at least on NT.  Of course this flag will have some crude, undocumented
restrictions as it seems to be natural in the native NT API.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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