From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 11135 invoked from network); 11 Apr 2020 15:44:42 -0000 Received-SPF: pass (minnie.tuhs.org: domain of minnie.tuhs.org designates 45.79.103.53 as permitted sender) receiver=inbox.vuxu.org; client-ip=45.79.103.53 envelope-from= Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with UTF8ESMTPZ; 11 Apr 2020 15:44:42 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id A7F7E9C15F; Sun, 12 Apr 2020 01:44:41 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 5ECAF94489; Sun, 12 Apr 2020 01:44:30 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 556B694489; Sun, 12 Apr 2020 01:44:29 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 1515694486 for ; Sun, 12 Apr 2020 01:44:29 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id C74E835E0B4; Sat, 11 Apr 2020 08:44:28 -0700 (PDT) Date: Sat, 11 Apr 2020 08:44:28 -0700 From: Larry McVoy To: Norman Wilson Message-ID: <20200411154428.GF10016@mcvoy.com> References: <20200411153844.910A04422F@lignose.oclsc.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200411153844.910A04422F@lignose.oclsc.org> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] V8, V9 and V10 now in the "Unix Tree" X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sat, Apr 11, 2020 at 11:38:44AM -0400, Norman Wilson wrote: > -- Stream I/O system added; all communication-device > drivers (serial ports, Ethernet, Datakit) changed to > work with streams. Pipes were streams. How was performance? Was this Dennis' streams, not Sys V STREAMS? I ported Lachmans/Convergents STREAMS based TCP/IP stack to the ETA 10 Unix and SCO Unix and performance just sucked. Ditto for the Solaris port (which I did not do, I don't think it made any difference who did the port though).