Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 22 Apr 2001 08:43:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 22 Apr 2001 08:43:15 -0400 Received: from router-100M.swansea.linux.org.uk ([194.168.151.17]:40207 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Sun, 22 Apr 2001 08:42:59 -0400 Subject: Re: light weight user level semaphores To: alonz@nolaviz.org (Alon Ziv) Date: Sun, 22 Apr 2001 13:44:46 +0100 (BST) Cc: linux-kernel@vger.kernel.org In-Reply-To: <041c01c0cb21$1dd520c0$910201c0@zapper> from "Alon Ziv" at Apr 22, 2001 01:41:04 PM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > All of this FD allocation stuff is truly distrurbing. > This appears to be the one place where Win32 got it (almost) right--- > quite about every kernel object looks to userland just like an opaque > handle, and the same operations apply to all of them. Unix got this right, then AT&T broke it in System III. One very good reason for pipe based semaphore stuff is precisely that it works in poll/select/SIGIO Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/