Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 28 Oct 2002 17:57:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 28 Oct 2002 17:57:48 -0500 Received: from 64-60-75-69.cust.telepacific.net ([64.60.75.69]:22028 "EHLO racerx.ixiacom.com") by vger.kernel.org with ESMTP id ; Mon, 28 Oct 2002 17:57:47 -0500 Message-ID: <3DBDC236.60507@ixiacom.com> Date: Mon, 28 Oct 2002 15:03:18 -0800 From: Dan Kegel User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3 MIME-Version: 1.0 To: Davide Libenzi CC: Linux Kernel Mailing List Subject: Re: [PATCH] epoll more scalable than poll References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1169 Lines: 26 Davide Libenzi wrote: > On Mon, 28 Oct 2002, Dan Kegel wrote: >>Another existing event queue for readiness notification to >>be delivered via is Ben's AIO completion notification queue, >>but I haven't heard a definitive story about whether >>epoll events could be delivered that way. (The discussion >>seems to always veer into a discussion of asynchronous >>poll, which is something else.) > > Yep Dan, Ben proposed that approach that we did not have the time to test. > The way of returning events of sys_epoll is very efficent, like you can > see in the scalability page ( pipetest ) that Hanna and her team setup : > > http://lse.sourceforge.net/epoll/index.html I do like those results. If, however, the unified approach performs as well, it might be good to go with it to reduce the number of interfaces, as Martin suggested. (Though he was suggesting kqueue as the preferred interface, not Ben's aio...) - Dan - 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/