Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 18 Nov 2002 18:29:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 18 Nov 2002 18:29:27 -0500 Received: from x35.xmailserver.org ([208.129.208.51]:34953 "EHLO x35.xmailserver.org") by vger.kernel.org with ESMTP id ; Mon, 18 Nov 2002 18:27:38 -0500 X-AuthUser: davidel@xmailserver.org Date: Mon, 18 Nov 2002 15:35:04 -0800 (PST) From: Davide Libenzi X-X-Sender: davide@blue1.dev.mcafeelabs.com To: Dan Kegel cc: Linux Kernel Mailing List Subject: Re: [rfc] epoll interface change and glibc bits ... In-Reply-To: <3DD97D4D.3010801@kegel.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: 1351 Lines: 41 On Mon, 18 Nov 2002, Dan Kegel wrote: > Davide Libenzi wrote: > > On Mon, 18 Nov 2002, Dan Kegel wrote: > > > >>>The interface ( edge-triggered ) is quite different and we saw in the > >>>previous experience how this might lead to confusion for the user. Putting > >>>epoll bits inside poll.h will IMHO increase this. > >> > >>The only difference is the edge-triggered nature, though, right? > > > > Yes, but we have seen that it's enough :) > > I'm not so sure. If the epoll documentation were clear enough > (which at the moment, frankly, it isn't), I think > there's a good chance users would not be confused > by the difference between level-triggered and edge-triggered > events. > > I'd be happy to contribute better doc... has the man page > for sys_epoll been written yet? Yep, by a long time :) http://www.xmailserver.org/linux-patches/epoll.2 http://www.xmailserver.org/linux-patches/epoll_create.2 http://www.xmailserver.org/linux-patches/epoll_ctl.2 http://www.xmailserver.org/linux-patches/epoll_wait.2 it is going to change though with the latest talks about the interface. - 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/