Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Ralf Habacker" To: "cygwin" Subject: named pipes under win95 Date: Wed, 27 Mar 2002 14:45:04 +0100 Message-ID: <000501c1d595$997464f0$3c6107d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Hi all, a few days ago there was a thread in the cygwin-xfree mailing list using named pipes for unix domain sockets and some people told me, that named pipes are not possible under win95. (in truth, MSDN and some thread on google says, that only named pipes clients are possible). After searching a while in the google database I have found a sample implementation for named pipes on win95/98/Me on http://www.codeguru.com/system/NPW.html, which implement it with anonymous pipes and uses the registry to exchange the pipe handles between the processes. Any comments ? Regards Ralf Habacker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/