Subject: Re: Faster pipes from FreeBSD
To: =?iso-8859-1?Q?Jarom=EDr_Dolecek?= <jdolecek@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 04/07/2001 10:52:53
On Sat, Apr 07, 2001 at 07:06:14PM +0200, Jaromír Dolecek wrote:

 > An option here is to change back to unidirectional pipes and only allocate
 > the buffer for the "real" write end. 
 > I admit every possible solution is not quite ideal :-/

Well, I don't know if any code that relies on things created with pipe(2)
being bidirectional -- but the manual clearly states that they are uni-
directional, so if such applications exist, they're certainly not portable,
and, IMO, deserve to lose.

Going back to unidirectional is fine with me.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>