Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm list-help: list-post: Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-apps AT sourceware DOT cygnus DOT com Message-ID: <396179F2.9009FA7F@ece.gatech.edu> Date: Tue, 04 Jul 2000 01:45:22 -0400 From: Charles Wilson X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Collins CC: cygapp Subject: Re: SYSVSHM / MMAP question (newbie ) References: <033901bfe542$3967f620$f7c723cb AT lifelesswks> <20000703190847 DOT B30846 AT cygnus DOT com> <035f01bfe544$ebc02c00$f7c723cb AT lifelesswks> <20000703192059 DOT F30846 AT cygnus DOT com> <037c01bfe547$16233cb0$f7c723cb AT lifelesswks> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit My cygwin web page is http://cygutils.netpedia.net/V1.1/ --Chuck Robert Collins wrote: > > I just had _another_ look and I couldn't find any obvious reference to > "System V shared memory calls" in the FAQ or the API reference or the Users > guide. > Could you point me to the page please? > Also what url is chuck wilson's website? > > Thanks > Rob > > ----- Original Message ----- > From: "Chris Faylor" > To: "cygapp" > Sent: Tuesday, July 04, 2000 9:20 AM > Subject: Re: SYSVSHM / MMAP question (newbie ) > > > On Tue, Jul 04, 2000 at 09:17:54AM +1000, Robert Collins wrote: > > >Chris, thanks for the answer & reference, > > >To answer whether I am porting an application, yes I am continuing work > > >on squid, (which is running happily under cygwin now), but the core > > >developers are discussing using mmap or sysvshm for some upcoming > > >development. The application - squid - does use the cygwin.dll at the > > >moment, and I do not plan to attempt making a -nocygwin port at this > > >stage. I am happy to be guided though - what list should I address > > >further questions to? > > > > This list is relatively general but I don't want it to become a place > > where people think they have a captive audience of knowledgable people. > > > > If you're porting an application to cygwin then it's an appropriate use > > of the list. > > > > I am, however, usually perplexed by questions of "is X implemented" when > > it is relatively easy to look at the sources and decide. Or, you can > > even do an "objdump -p" on cygwin1.dll to see if the function is > > exported. > > > > Why, as a last resort, you can even look at the project web page, which, > > in this case, actually mentions "System V shared memory calls". > > > > cgf > >