Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Tue, 27 Mar 2001 21:26:14 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: fifos and named pipes Message-ID: <20010327212614.A26728@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: ; from robert.collins@itdomain.com.au on Wed, Mar 28, 2001 at 10:46:43AM +1000 On Wed, Mar 28, 2001 at 10:46:43AM +1000, Robert Collins wrote: >Speaking of the glue to see what pipe are available: can I use the >cygwin shared memory area? any caveats/must dos/must not dos with doing >that? I'd rather that you open a separate area. I've been slowly moving things away from a monothilic shared memory area into separate areas. For instance, the user mount table no longer lives there. If you use individual shared memory areas, you might be able to get more access control, too. cgf