Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 23 Oct 2002 17:36:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 23 Oct 2002 17:36:14 -0400 Received: from x35.xmailserver.org ([208.129.208.51]:57246 "EHLO x35.xmailserver.org") by vger.kernel.org with ESMTP id ; Wed, 23 Oct 2002 17:36:13 -0400 X-AuthUser: davidel@xmailserver.org Date: Wed, 23 Oct 2002 14:51:21 -0700 (PDT) From: Davide Libenzi X-X-Sender: davide@blue1.dev.mcafeelabs.com To: John Gardiner Myers cc: linux-aio , linux-kernel Subject: Re: async poll In-Reply-To: <3DB7136E.8090205@netscape.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 843 Lines: 25 On Wed, 23 Oct 2002, John Gardiner Myers wrote: > > In that situation, why not just add the fd to an epoll, and have the > > epoll deliver events through Ben's interface? > > Because you might need to use the aio_data facility of the iocb > interface. Because you might want to keep the kernel from > simultaneously delivering two events for the same fd to two different > threads. Why would you want to have a single fd simultaneously handled by two different threads with all the locking issues that would arise ? I can understand loving threads but this seems to be too much :) - Davide - 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/