From owner-freebsd-current Fri Jan 9 21:00:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA19593 for current-outgoing; Fri, 9 Jan 1998 21:00:20 -0800 (PST) (envelope-from owner-freebsd-current) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA19588 for ; Fri, 9 Jan 1998 21:00:15 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA04265; Sat, 10 Jan 1998 15:59:07 +1100 Date: Sat, 10 Jan 1998 15:59:07 +1100 From: Bruce Evans Message-Id: <199801100459.PAA04265@godzilla.zeta.org.au> To: nathan@rtfm.net, tom@uniserve.com Subject: Re: Non-Posixly Correct pipe() and socketpair() Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I don't think anything depends on this behaviour. John Dyson >implemented new faster pipe code that is used for all types of pipes. Actually, it is only used for nameless pipes. >Basically all pipes are the same (again this is only freebsd-current, I >believe). I like the idea that all pipes are the same. Named pipes are a little different semantically as well as being 2-3 times as slow as nameless pipes. Bruce