From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 3da17227 for ; Sun, 8 Mar 2020 22:04:58 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 0EA1C9D7AC; Mon, 9 Mar 2020 08:04:56 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 52BA99D795; Mon, 9 Mar 2020 08:04:31 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 8F6319D795; Mon, 9 Mar 2020 08:04:28 +1000 (AEST) Received: from fourwinds.com (fourwinds.com [63.64.179.162]) by minnie.tuhs.org (Postfix) with ESMTPS id 411629D794 for ; Mon, 9 Mar 2020 08:04:28 +1000 (AEST) Received: from darkstar.fourwinds.com (localhost [127.0.0.1]) by fourwinds.com (8.15.2/8.15.2) with ESMTPS id 028M4R08042109 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Sun, 8 Mar 2020 15:04:27 -0700 Received: from darkstar.fourwinds.com (jon@localhost) by darkstar.fourwinds.com (8.15.2/8.15.2/Submit) with ESMTP id 028M4RZX042105 for ; Sun, 8 Mar 2020 15:04:27 -0700 Message-Id: <202003082204.028M4RZX042105@darkstar.fourwinds.com> From: Jon Steinhart To: TUHS main list In-reply-to: <868FEF19-8F8A-4DFA-8773-1C67FB32CE74@planet.nl> References: <868FEF19-8F8A-4DFA-8773-1C67FB32CE74@planet.nl> Comments: In-reply-to Paul Ruizendaal message dated "Sun, 08 Mar 2020 22:42:16 +0100." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <42103.1583705067.1@darkstar.fourwinds.com> Date: Sun, 08 Mar 2020 15:04:27 -0700 X-JON-SPAM: local delivery Subject: Re: [TUHS] First appearance of named pipes 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Rob Pike writes: > Always bemused me that to get a named local I/O connection one ended up with "Unix domain (what does that even mean?) sockets" > rather than named pipes, especially since sockets are about as natural a Unix concept as lawn mowers. I love my Unix lawn mower. The great thing about it is that I don't need a separate lawn mower for each type of grass, and that I can hook things like mulchers up using a pipe. Jon